
What we will do ?
-> We will prepare a custom list with icon and sub-item included with original item in a list.
Step 1 : Create a New Application. Click on File->New->Android Application Project.
Step 2 : Give a name to your application as CustomListdemo and package name as com.mia.customlistdemo.
Click Next continuously and then click Finish.
Step 3 : Drag a ListView in the activity_main.xml from Palette->Composite.
activity_main.xml
<?xml...