简体   繁体   中英

can we have 2 tabview in an app android

In my App I m required to have 2 tabViews one at top and the other is at bottom like i-phone apps. In android can we have the same views? please guide?

You can have a Tab inside a Tab in Android. You can create a Tab and on the First Tab give the TabActivity of the second Tab. So, when you will open the Tab it will have another Tab also.

Yes, you can have it.The only thing you need to do is to add the second tabhost as the child of one of the tabs in your first one. I've tried that once so it should be working.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM