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
  • 2,023
  • 3
  • 18
  • 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
  • 127,700
  • 71
  • 241
  • 295
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,882
  • 11
  • 60
  • 114