Use Of Simpleexpandablelistadapter
I think this is fairly straightforward -- when using SimpleExpandableListAdapter, groups are populated via a List of Maps, and children are populated by a List of Lists of Maps. Wh
Solution 1:
I think you can. Just extend SimpleExpandableListAdapter and override getView().
Post a Comment for "Use Of Simpleexpandablelistadapter"