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.
|
feedback
|
|
Display it on a regular subactivity that looks like a dialog instead. | |||||
feedback
|
|
This code snippet shows a custom list inside a dialog box... :
| |||
|
feedback
|