[android-developers] [beginner] Analysis of the engadget app

2011-01-16 Thread JPS
Hello all, 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. An example of what I'm trying to do is the engadget android app. Screen shot :

Re: [android-developers] [beginner] Analysis of the engadget app

2011-01-16 Thread TreKing
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