我坚持使用Expandable ListView,如下所示:
类别:2014年1月1日的虾/价格 - ((标题/时间线))
名称:虎虾/ SPECIALTIES / IMAGE / PRICE - ((来自sqlite的ParentVIEW))
EditView(意见)/按钮(LIKE)/按钮(不喜欢) - ((每个ParentVIEW的单一共同儿童视图))
在哪里,1)我无法在parentVIEW
中获得“N”数据2)无法获得所有parentVIEW
按钮的“单一公共ChildView(无数组)”3)不知道如何获得“时间轴”。
4)以上所有我希望它使用CUSTOM-ADAPTER和POJO类实现ParentVIEW。
我参考了以下例子 ( http://androidexample.com/Custom_Expandable_ListView_Tutorial_-_Android_Example/index.php?view=article_discription&aid=107&aaid=129 http://theopentutorials.com/tutorials/android/listview/android-expandable-list-view-example/ )
在parentView中产生了“FISH NAME”,在“Category”中产生了HEADER。
我已经实现了使用自定义适配器和Pojo类从常规ListView中的sqlite获取“n”数据,请帮我使用Expandable ListView。
谢谢和问候,
答案 0 :(得分:0)