• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Diplaying Large amounts of text..

Say I want to make an app with certain tutorials...A lot of em..

I've classified them and made lists (like several buttons)...leading to the activity displaying the corresponding tutorials.

Now since most of them are going to be mostly text , What is the best way to implement it ?
I want it to be scrollable(duh) ...and zoomable (forgive my vocabulary)
and simply Display all the steps of the tutorial vertically on one page (like we see in MS word- neat.)


What's the best option I can use for this ?

(I've been into android since just under a month ,so...please try to stick to English )
 
Have you considered using a webview to display the formatted text? This way you can use html, css, ect to format and display the text.

If you had a tutorial website already with this information, it would be easily available to display on the phone.
 
Back
Top Bottom