I want to have some tabs in my action bar. The official Android documentation here uses
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS)
which is now deprecated. So i wonder what should i use instead ? SlidingTabLayout ?
I want to have some tabs in my action bar. The official Android documentation here uses
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS)
which is now deprecated. So i wonder what should i use instead ? SlidingTabLayout ?