Adding a imageview to child elements in a expandable list query
- by Thomas Millin
I am looking to find out how to assign an image to a imageview in each child of an expandable list.
If anyone has any information or links to find out how to do this I would be most appreciative.
expListAdapter =
new SimpleExpandableListAdapter(
main.this,
createGroupList(),
…