The Quick Contact Badge is a toolbar that offers lots of different actions on an Android contact, such as call, text or email that person.
Questions tagged [quickcontact]
11 questions
3
votes
1 answer
android: showquickcontact() works great on froyo, not on eclair, which throws an ActivityNotFound exception
I've done a lot of googling over the days and I haven't been able to get this problem solved. I'm writing an app and a widget in which I want the quick contact dialog displayed when the user clicks on an ImageView or some other view element by…

Sam
- 41
- 3
2
votes
2 answers
Android: strange behaviour in QuickContactBadge
I'm trying to use the QuickContactBadge. I would like to get an effect like this:
But when I write this code:
QuickContactBadge badge = (QuickContactBadge) findViewById(R.id.badge_small);
badge.assignContactFromPhone("831-555-1212", true);
I…

Cris
- 12,124
- 27
- 92
- 159
2
votes
1 answer
How can I launch the QuickContact action in android 2.1
How can I launch the QuickContact action in android 2.1.
Like the one shown here

michael
- 106,540
- 116
- 246
- 346
1
vote
3 answers
How to integrate your app in QUICK CONTACT on the native contact app on android?
How to integrate your app in QUICK CONTACT on the native contact app? I want to see my apps logo. User should choose it for texting.I want the changes to be in manifest file and not through JAVA code.

user484691
- 381
- 7
- 19
1
vote
0 answers
QuickContacts integration on Newer HTC phones
Our app integrates with the Quick Contacts Badge. Click on the badge and our icon appears in the list of icons.
Or at least it does unless you run it on say, the latest android release for the HTC Desire HD (android 2.3.3, sense 2.1). On these…

Philip Pearl
- 1,523
- 16
- 26
1
vote
0 answers
Set my application title in the Contacts Quickbadge
I am using the third party Jabber Client(XABBER). I was able to integrate it into my application, but in the QuickContactbadge, it is showing the application name as Jabber.
I do not know where to find the code of changing the name.
I have verified…

Bhargav Jhaveri
- 2,123
- 1
- 18
- 23
0
votes
2 answers
Android QuickContact dialog
How can you get the contact's data that opened your app from the QuickContact dialog? I'm developing a SMS app and I want to fill the recipient's field with this contact's number when the app is launched.

jakedemus
- 83
- 2
- 9
0
votes
1 answer
Trying to replicate android homescreen Contact shortcuts, with issues
Okay, I'm trying to replicate the shortcuts which get placed on the homescreen when creating a contact shortcut, example shown:
I've got a working QuickContactBadge, which when clicked shows the QuickContact toolbar. However, I have two things I'm…

eidylon
- 7,068
- 20
- 75
- 118
0
votes
2 answers
How do you get Android Intent for showing "QuickContact"?
I'm working on my first Android application, and am trying to get an Intent for the QuickContact panel. Somewhere I had found mention of the method QuickContact.getQuickContactIntent(...). But when I try to use it, it tells me that it is undefined…

eidylon
- 7,068
- 20
- 75
- 118
0
votes
1 answer
Android QuickContact Badge
In my Android app I have dataset comprising of phone numbers. These are shown in a list view with rows consisting of an QuickContactBadge and phone number.
When drawing this list onscreen, we are mapping device contacts with phone numbers and also…

Ryan Fulghum
- 25
- 1
- 4
0
votes
1 answer
Show QuickContact dialog
I have a Contact List app, where I need to asign to the contacts name the function to show QuickContact dialog window when touching it:
At this moment, I do this procesing the QuickContactBadge that appears as a contact's thumbnail. This is, when…

masmic
- 3,526
- 11
- 52
- 105