My company asked me to develop an Android application that mantains as much as possible the look&feel of our existing iPhone application. At the bottom of the screen I have 4 tabs reflecting different tasks. For example one of those shows the list of the most popular products (which I implemented in a ListView).
And now my problem: when the user selects one of those products I have to show its details, but at the same time the 4 tabs have still to be visible on the bottom of the screen. Anyone has an idea on how to do it? Can I change the content of the tab at runtime? Or can I start a new activity that leaves the original tabs visible and selectables? Thanks in advance for the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

