What's the best way to implement a selection? is it to use a ListActivity to display a list of items to select from, display the activity with a startActivityForResult and implement the onListItemClick which would return the selected item and close the activity. Or is it to use the Dialog?
-- 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

