A: 

As far as what I know... You have to make your own Activity class and an adapter class extending simplecursoradapter. You have to make your own xml layout for each row.. and there you can create checkbox for each row so that you can select multiple contacts from your list.

success_anil
A: 

i think you're right, i can't find any other ways unless i create my own. thank you.

exception