Long time lurker, first time poster. I'd like to thank this community for all the insightful posts and ideas. I am a novice programmer, have an associates degree (from a tech school) in programming from like 2003... and then didn't program. About a year ago, I got a Zune 4G and it sparked my interest in programming again.
This app may only be of interest to the LDS crowd, but the source may be of use to others. I would like to add more features in the future but I wanted to release this now in case I don't get around to anything. Suggestions, comments would be welcome, but I'm not promising anything. That's why the source is there. Have fun, and to all the LDS kids out there looking for an excuse to bring their Zune HD's to church, here you go.
This app contains the LDS standard works, hymn book, and gospel principles. The code can be used to create yet another eBook reader.
By the way, the deploy on this is sucky long. like 15 min. Lots of txt files. If anyone has any ideas on how to zip them up or something that would be great.
Also, if there is something wrong with this post, let me know...
edit: I'd also like to credit Nick Gravelyn's ZuneLib library for helping me deal with a lot of aspects of the app. Thanks Nick.
Last edited by rewind22x; 05-06-2011 at 12:26 PM.
Reason: 20110506-added spanish version link/screens
I absolutely LOVE the ui on it: deploying now
could you make just an NIV version?
someone made an niv version in the crappy book reader thing but it makes it impossible to find anything, all of the txt files are there.
Thanks! I would release a NIV version but due to copyright issues I'm a little hesitant. It would be pretty easy to add it though. Let me know if you'd like some documentation on how to add or remove items from the source.
I remember running into issues with the txt parser leaving out a word once in a while (but enought to get very annoying). I thought I fixed it but now I can't rememeber; so if anyone is still seeing this issue, please let me know and I'll take a look at it.
now that the new 2010 version is out any older versions are fair game, and if i recall correctly, the other app is the 08 version.
edit: either way i have no clue how to do anything with xna as i am learning this summer once school is over.
if you were to make it you could have people pm you/me for it without putting it up for public download.
and the worst possible thing that could happen is have the copyright holder demand/request you remove it.
I was talking about the actual NIV text, not the app. The actual text (bible) is copy righted and that's where the issue is. So we should probably avoid this issue in this thread. Sorry.
I'm not Mormon, hell I don't even conform to any religion at the moment but what you've done with the GUI is gorgeous!! I'm downloading and deploying this just to see it first hand. It's hard to overstate how professional and well polished this looks. I usually would oppose any bible app getting into the marketplace (because I know some people would complain about their religion's bible or whatever not being available and the last thing Zune needs is more bad press) but I would absolutely not mind this getting into the official Marketplace (though I doubt it will) because of how beautifully designed it is. You've done a fantastic job.
Last edited by Mr. Snuggle Bunny; 04-13-2011 at 03:11 AM.
Thanks for the comments, it's really appreciated. The nice thing about the source is how easy it is to create another bible app, book, or whatever. Simply edit/add/delete the xml files in there, and drop in the backgrounds and txt files and BAM you have a Song of Ice and Fire App. There is some code that may have to be altered if you are adding more backgrounds (textures) but it's pretty simple. The most time consuming part was copy/pasting every chapter of every book into it's own txt file.
Again thanks for all the comments. I know I can clean the chapters up a little ( i started deleting the "CHAPTER ##" out of the txt file since I made it show up in the Title bar at the top) and the font is a little wack for the text, (Using calibri for now, but when I used the zegoe font, I ran into the missing words problem). So that may happen later. If anyone has any suggestions I'd be happy to hear them. Thanks again.
Thanks for the comments, it's really appreciated. The nice thing about the source is how easy it is to create another bible app, book, or whatever. Simply edit/add/delete the xml files in there, and drop in the backgrounds and txt files and BAM you have a Song of Ice and Fire App. There is some code that may have to be altered if you are adding more backgrounds (textures) but it's pretty simple. The most time consuming part was copy/pasting every chapter of every book into it's own txt file.
Again thanks for all the comments. I know I can clean the chapters up a little ( i started deleting the "CHAPTER ##" out of the txt file since I made it show up in the Title bar at the top) and the font is a little wack for the text, (Using calibri for now, but when I used the zegoe font, I ran into the missing words problem). So that may happen later. If anyone has any suggestions I'd be happy to hear them. Thanks again.
The scrolling is a bit touchy. The slighest implied flick will cause the app to skip a paragraph down, or up depending on how it detected the user flicking. So far that's the only problem I've encountered with this app.
Also, what are the odds of you adding the actual music in the music section? It could be at the lowest possible bitrate to conserve capacity.
Man, that took so long to wrap my head around mentally (checking for a flick and the actual flick distance). I was pretty happy to get it where it is currently, but i agree, it needs some optimization.
I am currently pondering the idea of having the actual music and thanks for the nudge towards that. The size could pose a problem, but I think it would complete the idea of a Music section. That and the primary songs. I haven't even looked into the idea of audio controls... should be educational.
Man, that took so long to wrap my head around mentally (checking for a flick and the actual flick distance). I was pretty happy to get it where it is currently, but i agree, it needs some optimization.
I am currently pondering the idea of having the actual music and thanks for the nudge towards that. The size could pose a problem, but I think it would complete the idea of a Music section. That and the primary songs. I haven't even looked into the idea of audio controls... should be educational.
Actually, scratch that. 341 songs would be quite a problem to deploy/download and take up too much space. I figure if the user wanted the songs they'd have them in their collection and simply play them back when they pleased.