Android : How to create an ArrayList of images and use it in ExpandableListViewAdapter

on Friday, August 22, 2014


I'm working on an ExpandableListView Activity in Android, in which I want to implement images as group and child icons. I want to set an ArrayList of images in the MainActivity.java and refer to them in ExpandableListAdapter.java as an ImageResource. Can somebody help me how to figure it out?


0 comments:

Post a Comment