Android Studio: ActionBar.TabListener does not work with AppCompatActivity?

落爺英雄遲暮 提交于 2019-12-02 07:04:51
ʍѳђઽ૯ท

Like i said, it is deprecated.

See: http://developer.android.com/intl/en/reference/android/support/v7/app/ActionBar.TabListener.html

This interface is deprecated. Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.

And about your problem:

Action bar tabs can be replaced by:

Check this link: ActionBarActivity and ActionBar.TabListener is deprecated inside Android Tab Fragment ( Eclipse ApI 22 )

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!