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?
Asked
Active
Viewed 656 times
0
-
Please show source and stack trace – Jason Robinson Mar 10 '12 at 19:08
-
4This should be a really big amount of text to get you an OutOfMemoryException.. – Egor Mar 10 '12 at 19:55
1 Answers
0
I guess you need to create a buffer to store your text temporarily
you might find something useful here

Community
- 1
- 1

Aashish Bhatnagar
- 2,595
- 2
- 22
- 37