Is it possible to get a multiple contact selection activity in Android?
A:
My first idea would be: Create a ListView
containing the contacts including a CheckBox
next to each of them
Or you also may want to check out this link
Martin
2010-08-30 15:40:31
You are missing the point: sure I can do it myself, but I asked for a system intent or activity. There is one for single contact selection, and I wonder if there is a way to get multiple contact selection.
Miron Ophir
2010-08-30 15:52:54
fair enough - but I think you missed that point in your question ;-)
Martin
2010-08-30 15:58:32
Sorry for that you are probably right :)It is very simple to get the contacts and fill my own list, but I wanted to avoid that and use a "standard" intent/activity.
Miron Ophir
2010-08-30 16:06:58