I'm new in android.. I would like to create the different views in Listview using Custom Adapter. Please suggest me how I can do this.
In first row there will be a single Item and in second row there will be two item and so on..
Please Check the attached screen..
Thanks in advance
Define a custom layout of how you want the list row like this
here is the adapter class
}
and the ITem Class
you can initialize the adapter, add the items in Arraylist and show in the list by using
to add items in arraylist
//Add as many items you want
than