1

I am using autocomplete textview to pick contacts which is in contact list, and I want to save the name,email ,number which is not in contact list which should be displayed like form and when i click some "Add" button it should save in the contacts. How to do this thing?

Could any one help me please!

Thanks in Advance.

Vasu
  • 2,673
  • 5
  • 20
  • 17

2 Answers2

2

There are many questions about adding contacts. Not sure how this is different from those. You can extract all the information to create contacts/add fields by reading those:

How to add new contacts in android

How to add custom data/field in contacts in android 2.0?

New contacts created using ContactsContract do not appear in Contacts app

Adding contacts using ContactsContract in batch

Community
  • 1
  • 1
Aleadam
  • 40,203
  • 9
  • 86
  • 108
0

Use this article:

http://wubbahed.com/2007/12/21/android-development-contacts/

OR this one:

http://www.lacherstorfer.at/haris_blog/2008/03/android-howto-create-a-new-con.html

Hope this helps!!

mudit
  • 25,306
  • 32
  • 90
  • 132