navigation drawer with tabs inside

869 views Asked by At

I would like to do a Navigation Drawer with a user info, Photo and name (like play store) and a 3 Tabs to switch three Listviews. (I think it's more easier for user manage three diferent list)

Like this:

enter image description here

I already read this: http://developer.android.com/training/implementing-navigation/nav-drawer.html#top ...and a lot of pages on internet :(

The idea of developer.android.com to make a collapsible navigation items, it's good, but i think in my case three tabs it's more comfortable and legible...

I thought place a RelativeLayout instead a ListView, but don't be fooled, i'm so newbie on android (and english language too, sorry), so I don't get how to code this... my MainActivity it's a ViewPager... should i use another ViewPager inside the DrawerLayout to get my three tabs?

...some structure of how the code should be much help!!!

If I'm asking too much... mmm... some links on internet maybe? :P

Thanks in advance! :)

P.D.: If I'm doing something wrong in this comunity... please tell me!!! =o

0

There are 0 answers