Top tabs, bottom tabs and action bar tabs in android -
i developing android application android version of existing iphone app.
in iphone app, there 5 bottom tabs (as ios support these). every tab has more 1 activities.
for example:
tab 1: has activity 1 starts activity 2 , on in single tab (tab 1) , navigation too.
i have read following still have doubts.
- http://developer.android.com/design/patterns/pure-android.html
- http://developer.android.com/design/patterns/actionbar.html
- http://developer.android.com/guide/topics/ui/actionbar.html
my questions are:
1) best replacement of such kind of tabs in android. if use action bar tabs right approach?
2) if use action bar tabs, possible start different activities in single tab , action bar navigation too?
3) when should use action bar tabs, top tabs or bottom tabs in android (tab host still not deprecated in android)
please guide me. confused tabs in android.
1) can use navigation tabs! (and you'll use fragmnets , not activity)
2) of course, navigation usefull thing
3) bottom tabs possible custom layout.. think it's not best thing, can it!
it's short anwser can check in developer training , checkin samples find in sdk
Comments
Post a Comment