views:

119

answers:

2

I'm new here to stackoverflow, so bear with me. I have a book that I wrote, that I would like to have available as an iPhone app. All I want it to do is just show my content. I have done some work putting my book into excel, then into a csv format for importing into a database, so the content is all organized ok, and is in fairly accessible condition. Can someone give me a point in the right direction? From a foundational standpoint whats the best way to make my book? Thanks

+1  A: 

If you can convert your content into HTML, then PhoneGap might be an easy solution.

You might also want to consider publishing as a web app, in which case you should look at jQTouch.

Kristopher Johnson
I actually found a post here on stackoverflow that talks about just importing a .txt file into a textview. I'll give that a shot. Thanks!
Jared
+3  A: 

Drew McCormack published a nice walkthrough of how he did an ebook application for the iPhone, and even provides the source code for the reader application.

Brad Larson
good answer,thank you very much.
HelloWorld