Can you please tell me how to launch the Add Contact' activity in android? Thank you.
|
This post may help you out or at least point you in the right direction. Hope this helps. |
|||||
|
|
API Level 5 and above solution
|
|||||||
|
|
This should be the snippet your are looking for:
|
|||
|
|
|
These two lines do the trick:
|
|||||
|
|
I was also trying to do this. I was able to launch the activity using Android 2.2. I haven't tried using/testing this in other SDK versions though.
Hope this might help. |
||||
|
|
|
If you have a phone no and want to save it in your own application then use this code it will move you to the "create contact" page of the default contact app.
|
||||
|
|
|
If you need to add a phone number to an existing contact or create a new one (just as the native dialer does with a new phone number) this code might be just what you need:
Just take a look at the Android's source code for the But as the People class is deprecated in api 10 you may want to use this line instead:
|
||||
|
|
