0

How to extract contacts from android phone and store or import into an application to display the contacts?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Preeyah
  • 363
  • 3
  • 16
  • 42
  • check this..may be helpful for you:http://stackoverflow.com/questions/8785131/fetch-contacts-in-android-application – Nibha Jain Jul 16 '12 at 08:03
  • Welcome to Stack Overflow. Your question does not conform to the expected format : stackoverflow.com/faq#questions . You should ask help to solve a real issue, not how to do something. Please, search by yourself and come back when you'll get stucked. – Jean-Rémy Revy Jul 16 '12 at 17:46

1 Answers1

0

Android stores contacts using content providers storage method. So that its data can be shared between different applications. This solution will help you - click here

Community
  • 1
  • 1