I have a dialog with a listView and OK button,
id text
radiobutton1 radiobutton2
---------------------------
id text
radiobutton1 radiobutton2
---------------------------
id text
radiobutton1 radiobutton2
--------------------------
buttonOK
I like to get “id” and “selected radio button” for the list.
How would I do that?
whenever you want to do processing with the views in a ListView you need to create a custom adapter that will handle your logic implementation and pass that information to the views as necessary.