Hi, I have a TabHost that hosts 4 ListViews with some elements. I would like to know if it is possible to access those elements from the tabHost object.
Exemplifying, i would like something like that: tab(0).getListViewElement(2).findViewById(R.id.name_textview) where tab(0) returns the first tab with a ListView, and getListViewElement(2) returns the 3rd element from that list. After that i can get some view of that row. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

