我的应用程序使用 ActionBarSherlock 并且我还需要使用自定义光标适配器?java不允许多重继承,我该怎么做。那是 :
public class MyActivity extends SherlockListActivity,Cursor Adapter {}
不被允许。
我的应用程序使用 ActionBarSherlock 并且我还需要使用自定义光标适配器?java不允许多重继承,我该怎么做。那是 :
public class MyActivity extends SherlockListActivity,Cursor Adapter {}
不被允许。