标签: android android-listview
我正在使用支持另一个列表中的列表的视图。我想多线程它,并使用Endlessadapter。
这个视图,有自己的适配器。如何传递数据,我将此适配器传递给Endless适配器。所有都在同一个名称空间。我不这么认为,我对这个问题非常清楚,但我也对自己的架构感到困惑。如果我得到一些帮助,我会更好地解决问题。谢谢!
答案 0 :(得分:1)
我认为你应该使用:
可扩展ListView适配器
http://developer.android.com/reference/android/widget/ExpandableListAdapter.html
http://techdroid.kbeanie.com/2010/09/expandablelistview-on-android.html
Problem with expandable list adapter