0

I come up with something strange in my application that I found myself adding name,number and type of a person to android's database.Is this possible to add the entries programmatically to android database.I searched lot but could not find anything specific.thanks in advance.

prof_jack
  • 1,963
  • 3
  • 17
  • 19

2 Answers2

0

Here is a solution for: Insert, Update, Delete, View contacts in android 2.0

And also Check the below SO Question links:

  1. Delete contact
  2. Add contact
Community
  • 1
  • 1
Paresh Mayani
  • 125,853
  • 70
  • 238
  • 294
0

Please have a look on the article from Android.
http://developer.android.com/resources/articles/contacts.html

There are some examples how to use the API and how to add/modify/delete contacts.
Important is the structure of the contacts.

CSchulz
  • 10,542
  • 10
  • 57
  • 112