cutexxbabies
Lurker
I have a main listview. And within the each row of the listview, i have another listview let called it lv. Inside this lv, it contain some textview. My question is how can i get the text from the listview (A)?
I know that if there is only one listview and in order to get the text, i can use this code
. However, when i try with this code to get the text in lv, it always give me the last value in lv.
Anyone help will be nice!
Thanks
I know that if there is only one listview and in order to get the text, i can use this code
Code:
textview.getText().toString();
Anyone help will be nice!
Thanks
