I want my app to operate such that activity A starts activity B in an intent for result, where activity B is the list view where user selects multiple contacts. Then in activity A, I want to be able to extract the phone numbers in an ArrayList. There are many questions and answers around this issue on Stack Overflow. To list two:
As one still relatively new to Android development, I find the dispersed code difficult to assemble. So my question: Does anyone have a simple project that does what I seek complete, that they don't mind sharing in a zip file? In the last response in using checkbox to filter contacts and get phone number the guy claims to have such a zip project, but when I follow the link, the secondary link that should lead to the project was broken.
If someone does agree to provide a link, please let it not be a partial answer. I figure the task is simple to someone who has done it before: It's two activities, where one is a ListView allowing users to select contacts and the other is a view that displays the selected contacts. In fact, the other does not even have to display the contacts in a view, a simple println to the LogCat will suffice.