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

Apps how to get textview text

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
Code:
textview.getText().toString();
. 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 :)
 
Back
Top Bottom