ActionBarSherlock 4 - 从另一个类扩展?

时间:2013-04-14 19:54:15

标签: android actionbarsherlock pull-to-refresh

我正在尝试使用:

https://github.com/johannilsson/android-pulltorefresh

使用ActionBarSherlock 4并且我遇到了我的MainActivity类扩展SherlockActivity的部分,而Pull-to-Refresh库扩展了ListActivity ..

任何人都知道我该怎么做?

我还看了另一个老帖子: Usage of both EasyTracker and ActionBarSherlock on Android

杰克说,“你可以创建自己的基础活动,从你想要的任何课程延伸”

我如何在ListActivity上执行此操作?

先谢谢了, DIN ...

1 个答案:

答案 0 :(得分:1)

ActionBarSherlock还包含SherlockListActivity类,它提供与ListActivity相同的功能。需要注意的是SherlockListActivity 延伸FragmentActivity,因此您将无法在this question中说明的Fragment中使用ListView

如果您想使用Fragments,ActionBarSherlock和其中一个帮助程序类来使用SherlockActivity,我建议使用FragmentSherlockListFragment扩展{{1} }}