在我的应用程序中我有标签,但现在我需要添加Sherlock Actionbar我知道我需要使用扩展SherlockActivity但早期我有FragmentActivity如何解决它?
public class MainActivity extends SherlockActivity {
现在我有错误,因为我没有FragmentActivity.
mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());
错误:
The method getSupportFragmentManager() is undefined for the type MainActivity
解决方法:
有SherlockFragmentActivity,我相信,你可以从中扩展
总结以上是内存溢出为你收集整理的Android Actionbar FragmentActivity全部内容,希望文章能够帮你解决Android Actionbar FragmentActivity所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)