I am making an app in which I want to change the text of textviews from an array of strings. For that I need to make the array of textviews.How to do that?? Can anyone help me over this
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can create TextViews like this:
|
||||
|
|
|
If you want large number of textviews, in that case to avoid OutofBound exception use following code
|
|||
|
|
|
May be its useful for you i use button array so i am gussing textview work like that:
and more... |
||||
