Can you please tell me how can i open the android inbuilt View Contact Activity
Programatically.
I am having a list of contacts in my activity and i want to show the contact details on the selection of list Item, so i basically want to know to which android activity i should send the intent in order to open that activity.
Thanks in Advance.
If you want to reach Contacts in Android, you probably want to read on in the Contacts class.