Retrieving the selected items from a multi-select ListView
问题 I am currently implementing a multi-select ListView for my android app. My aim is to retrieve the selected items from the ArrayAdapter associated with the ListView when clicking the search button. I am currently stumped on how to do this, I have found stuff online such as trying to set a MultiChoiceModeListener , but this does not seem to come up as an option in Eclipse . I am using Google API s(level 10), Android 2.3.3 equivalent. Here is the code I have so far: public class FindPlace