0

I need to display very long text from book in view with scroll. But when I load text in standart WebView or TextView I have OutOfMemoryException. So maybe view have to dynamic load data (part of text) from file. How do it?

Innik
  • 121
  • 1
  • 6

1 Answers1

0

I guess you need to create a buffer to store your text temporarily

you might find something useful here

Android Writing Logs to text File

Community
  • 1
  • 1
Aashish Bhatnagar
  • 2,595
  • 2
  • 22
  • 37