Action Bar Fragment Activity

前端 未结 1 480
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 01:00

I\'m triying to migrate my app from actionbarsherlock to Google\'s actionbarcompat, but ActionBarFragmentActivity does not exist. Do I have to use ActionBarActivity or there

相关标签:
1条回答
  • 2020-12-31 01:25

    Look here. This should help you out.

    http://android-developers.blogspot.in/2013/08/actionbarcompat-and-io-2013-app-source.html

    An Excerpt:

    Extend Activity classes from ActionBarCompat: ActionBarCompat contains one Activity class which all of your Activity classes should extend: ActionBarActivity. This class itself extends from FragmentActivity so you can continue to use Fragments in your application. There is not a ActionBarCompat Fragment class that you need to extend, so you should continue using android.support.v4.Fragment as the base class for your Fragments.

    0 讨论(0)
提交回复
热议问题