ActionBar相关的api过期了?最新的是什么?该怎么解决

ActionBar相关的api过期了?最新的是什么?
本帖最后由 czcdms 于 2015-05-10 19:35:45 编辑
环境:
用的eclipse,api21 ,target 和minSdkVersion 都 是14

警告的信息 :
Multiple markers at this line
- The method setNavigationMode(int) from the type ActionBar is 
 deprecated
- The field ActionBar.NAVIGATION_MODE_TABS is deprecated

这些代码过期了?最新的是什么??
------解决思路----------------------
可以用以下几种新的TAB

1)FragmentTabHost
2)TabHost
3)PagerSlidingTabStrip
4)SlidingTabsBasic