Expandable listview with cursor

十年热恋 提交于 2019-12-24 12:48:46

问题


i want to make an expandable listview, but the adapter will take cursor as input instead of array list.

i would like to implement animation on collapse, https://github.com/idunnololz/AnimatedExpandableListView/

i refereed this lib, i'm now am able to implement listview by passing list to the adapter. But is there a tweak we can do so that, this adapter can make it work with cursor?.

My expanded child list consists of only icons. Data will sit in group view

来源:https://stackoverflow.com/questions/28093104/expandable-listview-with-cursor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!