[android-developers] Tab in Android.

2012-03-29 Thread Kirupa
I created three tab in one activity. Now I want to go new activity when click on tab. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Tab in Android.

2012-03-29 Thread Kirupa
I created three tab in one activity. Now I want to go new activity when click on tab. is it possible? please show source? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Tab in Android.

2012-03-29 Thread jagruti sangani
ya you can do that.just apply onclicklistener and onclick() write the intent for opening new activity. On Thu, Mar 29, 2012 at 3:01 PM, Kirupa answerofandr...@gmail.com wrote: I created three tab in one activity. Now I want to go new activity when click on tab. is it possible? please show