Android - Custom Icons in ListView
- by Ryan
Is there any way to place a custom icon for each group item? Like for phone I'd like to place a phone, for housing I'd like to place a house. Here is my code, but it keeps throwing a Warning and locks up on me.
ListView myList = (ListView) findViewById(R.id.myList);
//ExpandableListAdapter adapter = new…