What if I have the use case where I want to have a search box inside a tab. The user enters some text, runs the search and the results should come back in the same tab (ListActivity). Then, when an item from the list is selected, they should see a detailed view of the item. This entire workflow should say inside the same tab. Basically, I have three screens that I would like to stay under one tab.
Likewise, if the user presses "back" they should get to the previous screen -- if they were on a search result, back button takes them back to the search screen, etc.. Is this possible? Wouldn't swapping out views for each of these be a pain. I've been seeing a lot of questions around this type of functionality, but no answers. Thanks for any help! On Mar 17, 8:30 pm, Mark Murphy <[email protected]> wrote: > Biosopher wrote: > > I've been programming inAndroidfor two years now and just joined an > >Androidproject where they are using a TabActivity to host multiple > > Activities. It's unclear why this is better than rewriting the > > TabActivity to simply use Views instead. > > IMHO, it's not. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > AndroidTraining in US: 14-18 June 2010:http://bignerdranch.com -- 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 To unsubscribe, reply using "remove me" as the subject.

