Best practice to show big text data in an android view?

前端 未结 6 1387
渐次进展
渐次进展 2020-12-28 09:38

In my information area of my app I want to show a brief description of my app. For that I need to create a view with a lot of text. What is the best practice for that ? Actu

6条回答
  •  半阙折子戏
    2020-12-28 10:08

    There is no standardised way to display a lot of text. It depends on how you want it to look. However a lot of developers will use the scrollview like you have. Tho if you are only displaying text you should use a textview rather than the edittext you have.

    There are other way to display lots of text such as a viewpager

提交回复
热议问题