Hi,
Can you please tell me how can I launch the QuickContact action in android 2.1. Like the one shown here: http://1.bp.blogspot.com/_GTM_W5mVPTU/S-rk_0rla6I/AAAAAAAAADs/dUw4bDiagO4/s1600/Contacts.png
Thank you.
Hi,
Can you please tell me how can I launch the QuickContact action in android 2.1. Like the one shown here: http://1.bp.blogspot.com/_GTM_W5mVPTU/S-rk_0rla6I/AAAAAAAAADs/dUw4bDiagO4/s1600/Contacts.png
Thank you.
If you use the QuickContactBadge
you'll get that functionality built in. If you want to use it from your own widget you can use ContactsContract.QuickContact#showQuickContact
.
Refer to this :http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
It may help.