What can I use instead of setNavigationMode

Since setNavigationMode is deprecated at API level 21, what can I use instead of setNavigationMode to create tabs. Is there an alternative library that I can use.

+4
source share
1 answer

Action bar navigation modes are deprecated at API level 21 .

So, this is not easy setNavigationMode, but other things related to the action bar, such as addTab(), selectTab()are also outdated.

:

1. PagerTabStrip: Android ViewPager XML .

2. Toolbar: API- 21, android.widget.Toolbar. Android, .

ToolBar - , , , API .

Activity setActionBar().

, vis-a-vis.

.

+6

All Articles