ActionBarActivity and ActionBar.TabListener is dep

2019-03-05 22:23发布

I am implementing the ActionBar.TabListener in My Tab Fragment .

I updated the API 22, After updating it showing ActionBar.TabListener and ActionBarActivity is deprecated.

Like this i have used in my code

public class Tabview_Landing extends ActionBarActivity  implements ActionBar.TabListener 
{
}

Link help me to solve this.

1条回答
地球回转人心会变
2楼-- · 2019-03-05 22:58

ActionBarActivity was replaced by AppCompatActivity.

Action bar tabs can be replaced by:

查看更多
登录 后发表回答