Is that really necessary because your tabhost has view content and on that content you have ure listview? So why not use your tabhost content view for that particular tab.
On Aug 3, 4:13 am, Giorgio Torres <[email protected]> wrote: > 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

