Android app display different blocks of text using the same views.
Posted
by
user465131
on Stack Overflow
See other posts from Stack Overflow
or by user465131
Published on 2010-12-29T11:58:53Z
Indexed on
2010/12/29
12:54 UTC
Read the original article
Hit count: 133
I am sure there is a better way to do what I am doing in my apps. The current one I am trying to improve is a list of military cadences. The way I am doing it now is by loading html files in a web view.
What I would like to be able to do is have one view set up and just be able to add the text portion of what I would be displaying with the html file.
What would be the best method. I know this is probably a pretty simple thing to do with a sting or array but I am at the very beginner level and would need to be pointed in the right direction to do it.
© Stack Overflow or respective owner