[android-developers] Android tabs

2012-10-19 Thread ANKUR GOEL
Hi all i am working on tabs one help needed tht is 1 am third tab -- inside that i have detail with one button i want to go to first tab on click of that button and i dont want new tab to launch -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android tabs

2012-10-19 Thread raju bhusani
Hi, Use Tabhost object and call like this: Tabhost tab = getTabHost(); tab.setCurrentTab(m_currTab); On Fri, Oct 19, 2012 at 2:10 PM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all i am working on tabs one help needed tht is 1 am third tab -- inside that i have detail with one button

Re: [android-developers] Android tabs

2012-10-19 Thread skink
ANKUR GOEL wrote: Hi please see the application flow 4 tabs 3rd tab -- listTab -- on click -- DetailActivity with button thn from this button click i want to move to 1 Tab start DetailActivity by calling startActivityForResult() instead of startActivity() pskink -- You received