Ajay wrote: > Hi, > I have an AlertDialog with a list of selectable items and a OK > button. How can I get the selected option, when the user clicks the OK > button?
Try calling getListView() on the AlertDialog. From there, you should be able to call getCheckedItemPosition(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

