Click here to Skip to main content
15,878,814 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I have updated android SDK to API 23. While working I came across deprecation of "ActionBar.TabListener" library while using along, what are the replacements of ActionBar.TabListener.


I am introducing Tabs in my project
Posted

1 solution

ActionBar.TabListener[^] was deprecated in API level 21 and they provided a reason on that documentation for developers to read, in case you missed it,
Quote:
Action bar navigation modes are deprecated and not supported by inline toolbar action bars.
Android team themselves provided the link to other guides that you should consider using[^] rather than this deprecated API.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900