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.
Asked
Active
Viewed 1,130 times
2 Answers
0
Here is a solution for: Insert, Update, Delete, View contacts in android 2.0
And also Check the below SO Question links:
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