tags:

views:

327

answers:

2

I want to write an iphone application for a standalone ebook that lets users read and also favourite different sections.

Is anyone aware of any samples or examples?

A: 

Do you mean you want an open source one that you can look at the code for, or do you just want to see a completed app? There's lots of examples of ebook readers that are prepackaged with a single book or small set of books (just search for "ebook" on the App Store). If you're looking for an app that you can download ebooks onto, Amazon has a Kindle app for the iPhone that allows you to read any book that you could have downloaded onto the Kindle.

Alex319
I'm looking for an open source example that I can learn from.Basically, I have a book of poems that I'd like to turn into an iphone app but since I'm just starting, I'm really at a loss as to what 'best practice' is in this space. e.g. to store the text in XML, in a DB, HTML, how to handle embedded images, etc.