[android-developers] Creating tabs for calling activities

2010-05-05 Thread Rahul
Hi ,

I have some activities in my project like, Alerts,HomePage ,
Calculator etc. What i want to accomplish is to create tabs for all
these activities and insert images for these. When we touch the tab
the corresponding activity must load. I have done it using the menu
options. But i must accomplish this using tabs. The tabs must also be
at the bottom of the page...

Can anyone guide through the process...??? Should i create another
class Tabs.java and tabs.xml or should i write tab host for each
activity...???

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Creating tabs for calling activities

2010-05-05 Thread Kaustubh Padegaonkar
You will have to use a TabHost.

refer:
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

Kaustubh Padegaonkar,
thetuxra...@gmail.com



On Wed, May 5, 2010 at 11:57 AM, Rahul
rahulvarma.kalidindi0...@gmail.com wrote:
 Hi ,

 I have some activities in my project like, Alerts,HomePage ,
 Calculator etc. What i want to accomplish is to create tabs for all
 these activities and insert images for these. When we touch the tab
 the corresponding activity must load. I have done it using the menu
 options. But i must accomplish this using tabs. The tabs must also be
 at the bottom of the page...

 Can anyone guide through the process...??? Should i create another
 class Tabs.java and tabs.xml or should i write tab host for each
 activity...???

 --
 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, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en