0

I want to pick a contact name from contact list and then want to store this contact name in my app in list view.

Flexo
  • 87,323
  • 22
  • 191
  • 272
shailja
  • 1
  • 1

2 Answers2

1

see this SO Answer

Dont forget to add permission to your android manifest

<uses-permission android:name="android.permission.READ_CONTACTS"/>

For further details see Using the Contacts API and android's Contact manager example app

Community
  • 1
  • 1
Mouna Cheikhna
  • 38,870
  • 10
  • 48
  • 69