I am going to create an application for displaying the installed applications (and their icons) in a listview which will contain multiple checkboxes. How can I do this? If it’s possible, please tell me the way. I knew about this example for listview with multiple checkboxes. Is it possible to implement this application with an imageview? Advance thanks.
I am going to create an application for displaying the installed applications (and their
Share
Here is your architecture for your need:
You can refer to this tutorial too.
Your xml for custom list adapter will be like this: