I have created a custom adapter to display different images in the each list items from the drawable resource.
Now the custom adapter is working good in a listview.
Now i need to display the list in a alertdialog or any other instead of displaying in another layout.
I have created a custom adapter to display different images in the each list
Share
Display it on a regular subactivity that looks like a dialog instead.