I have a project where I am using a TabHost (4 tabs). On the 1st three tabs I use a ViewFlipper to go between a ListView and a View with content. On the last tab however, I need to load a ListView that will have multiple different kids of views. For instance, the 1st row will load another ListView when clicked. The second row will load a View with content when clicked, etc.
So far, I have everything working except when I click the row in the 4th tab, I am not sure how to load the other ListView. Use a ViewFlipper? Any help would be great.... Bill -- 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

