I am not sure about how do we custom lists is android 2.2 or any later
I want a basic activity that can make custom lists by layout inflater
any help would be appreciated!
I am not sure about how do we custom lists is android 2.2 or any later
I want a basic activity that can make custom lists by layout inflater
any help would be appreciated!
Copyright © 2021 Jogjafile Inc.
I'm not sure if this is what you want, so, here an example on how to show a list dialog:
This will show a dialog with radio buttons for the user to select one of them. When the user perform a click on the item, the onClick funcion will be called. The selected item is pointed by the 'which' argument. The 'dlg' object offers other ways to show the list of items, allowing you to show items without the radio button, create some buttons on the dialog and things like this. Just play with object's methods to see the differences.