you're not maintaining the formatting. You have to recreate the formatting for each page, adding the ">" with the appropriate link at the end of all but the last pages. So you make the HTTP request to get the entire page, save it either to disk or into memory, extract the contents via the DOM, then on the fly create page1.htm, page2.htm, page3.htm etc, each with the recreated formatting and their piece of content, and then you load page1.htm into the webview.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

