2

I have a txt file which is around 2MB. I need to display it in android. I have tried out WebView and it takes around 5 seconds to load and display the file. Is there any way I can get it rendered faster? Moreover, I dont want to load all the text at the start. Something like a scrollbar which displays elements efficiently is what I require. I need not stick to WebView alone, but can choose to show it using any efficient way.

4

1 回答 1

1

您可以按段落划分文本并使用列表视图。在一个项目中显示每一段文本。

于 2012-08-02T12:20:10.490 回答