Hi Priyanka, You might implement this functionality using a gallery, a list widget that scrolls sideways.
In the Gallery adapter, you can set up each Gallery item as a TextView with a CompoundDrawable icon displayed above the text. A visual 'tab' outline could be set into the background of each item in the list. It's just a possibility if you really want more than 3 or 4 tabs. Regards, Beth On Dec 7, 10:53 am, "Mark Murphy" <[email protected]> wrote: > > I want to use a TabActivity with 6 or 7 or more tabs. However, I do > > not want to clutter my screen with so many tabs together. Hence, I'd > > like to be able to show, say, 3 tabs on the screen, and to be able to > > scroll to the other tabs. How may I achieve this? > > The built-in tab system does not support this concept. I recommend using > fewer tabs, dividing your functionality into multiple activities. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- 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

