• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps Displaying large amounts of text.

    Hi All, Im writing an app to display a large amount of text via a TextView. (Effectively an EReader app). Currently I decode the book into a single String and set it as the text for the TextView. Is this a bad thing to do - ie having a large string? Would it be better to dynamically extract...