Questions tagged [quickcontactbadge]
24 questions
0
votes
1 answer
Android: QuickContactBadge in the ListView
First the scenario:
I have a list where each item has a photo of a contact and some text. I would like to click on the image and bring up the QuickContactBadge. Badge is defined by the following XML snippet

Bostone
- 36,858
- 39
- 167
- 227
0
votes
1 answer
QuickContactBadge setImageBitmap get gray background
Salam
I have a ListView in each row have a QuickContactBadge image, after i setImageBitmap , the background of badge image get gray or black and some times corner of images get small and rounded.
any suggestion ?
try {
…

Hamidreza Sadegh
- 2,155
- 31
- 33
0
votes
0 answers
Why does QuickContactBadge throw android.view.InflateException?
I am creating an app that makes contacts filtering but sadly android.view.InflateExceptionis thrown in time of launching a fragment with contact list which uses heavy QuickContactBadge view for single contact.
There are similar problem Fragment view…

Yehor Nemov
- 907
- 2
- 16
- 31
0
votes
1 answer
QuickContactBadge crashes app:
I have searched around but none of the solutions worked for my specific case. If I add
QuickContactBadge contactBadge = (QuickContactBadge) findViewById(R.id.quickContactBadge);
I it crashes. Then I changed it to:
QuickContactBadge…

SemperAmbroscus
- 1,308
- 2
- 12
- 23
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
0
votes
1 answer
"Currently unable to download. Please try again later" when trying to load image from gallery in android app
I have an app same as to contacts app. Here, I will be adding contact details like phone number, person photo from gallery etc. I have taken a quickcontactbadge, which, when clciked takes the user to the phone gallery and lets the user to select…

Mahe
- 2,707
- 13
- 50
- 69
0
votes
0 answers
QuickcontactBadge not showing up in Layout when ran the app
I am using a FrameLayout with some EditText controls and a QuickContactBadge. Its fine till here. when I run the app, I am able to see all the controls, but QuickContactBadge not appearing in the layout.
What I need to do to make it visible? Did I…

Mahe
- 2,707
- 13
- 50
- 69
0
votes
1 answer
Cannot load contact photo into QuickContactBadge for custom incoming call screen
I have an custom incoming call screen that shows up whenever an incoming call is received. I've been able to capture the name and number of the caller from my contacts and assign them to my own textviews, but getting the contact photo ids have…
user868935