actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS) deprecated

前端 未结 4 1448
悲哀的现实
悲哀的现实 2020-12-06 13:24

I\'m following the tutorial https://www.youtube.com/watch?v=VVahIc8yENk and I\'m getting the error

java.lang.NullPointerException: Attempt to invoke

4条回答
  •  醉酒成梦
    2020-12-06 14:00

    you can use "PagerSlidingTabStrip" replacing "setNavigationMode"

    here a tutorial and here a example in Github

提交回复
热议问题