On Mon, Jan 17, 2011 at 1:17 AM, JPS <jpsa...@gmail.com> wrote:

> I want to make an application with tabbed panes, with different views
> in each pane. I would like to know if there is a standard component/ way
> for doing this.


Standard way of doing tabs would be TabActivity and TabView. Though I doubt
that's what's being used in the picture, by the looks of it.


> Any help to analyse how they are doing this will be greatly appreciated.
>

Looks simply like a LinearLayout with a single row of buttons. Clicking on a
given button changes the main view. This should be incredibly easy to layout
and code up.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to