iPhone- like tab bar in Android?

前端 未结 4 739
南旧
南旧 2020-12-29 09:47

In iPhone we can create a view that has a tab bar and make it the root view of the application then use the tab bar to navigate through sub views.

what is the most c

4条回答
  •  长发绾君心
    2020-12-29 10:26

    There's a tutorial for creating a "Tab Layout" on the android dev site:

    You can implement your tab content in one of two ways: use the tabs to swap Views within the same Activity, or use the tabs to change between entirely separate activities


    (source: android.com)

提交回复
热议问题