简体   繁体   中英

In Android how can I show a very long text (190 words), is there any idea better then textview?

I have a long text, about almost 1000 character including spaces (190 words). I tried to show that on a large textview, but it wasn't that great, didn't look pro, so is there any other idea?

Thanks for helping, and for trying to help.

Example of the text:

  1. Lists in a list item:
    • Indented four spaces.
      • indented eight spaces.
    • Four spaces again.

What about using a WebView and pull the data from your resources? The data you load into a webview can come from anywhere, including a local file.

http://developer.android.com/resources/articles/using-webviews.html

将文本视图包装在ScrollView中,那么文本多长时间都没关系。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM