I have been asked to build an app that lets the user scroll massive amounts of text. The text will be several thousand of pages long. (Each page has and ID so we'll have a navigator too.)
Question: What's the best approach to have a lot of text scroll but load on demand more text as needed (up or down). I don't want to load the entire text stream, as that would take a long time. It'll need to display text in different colors and styles. eg headers in the text will be bold.
I considered the webview, but I would have to load the entire text into it wouldn't I?
Think: "Browser for the War and Peace novels"
Ideas?