http://developer.android.com/reference/android/widget/TabHost.html#setCurrentTab(int).
If you're running a service you can put a reference to the tabhost in it. Otherwise you can put it in an application class after you set it up in your tab activity and use getApplicationContext() to get a reference. Then you can just call setCurrentTab on it. On Feb 1, 8:55 am, raju bhusani <[email protected]> wrote: > Hi All, > > I have a problem with the Activity Groups, > > I am using a Tabhost with 4 Tabs and inside other activities it is going > good. But when i am in tab-3 if i was click on the item in Tab-3 how can it > go to the Tab-1. > > Switching between the Activity Groups. Can any one Help me Out? > > -- > Thanks & Regards > B.NagaRaju > Software Engineer > 9966990732 > WWW.arijasoft.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

