Questions tagged [quickcontactbadge]

24 questions
2
votes
2 answers

Set QuickContactBadge image to contact's profile picture

I'm using a QuickContactBadge and want it to display the contact's profile picture. This is how I'm loading the contact info: Uri contactUri = Uri.withAppendedPath(ContactsContract.Contacts.CONTENT_URI, String.valueOf(contactId)); …
Henrique
  • 4,921
  • 6
  • 36
  • 61
2
votes
1 answer

android quickcontactbadge not showing?

I'm trying to add a QuickContactBadge to a Recyclerview. Details: I have a list where each item has a photo of a contact and some text. What i want: I would like to click on the image and bring up the QuickContactBadge. but it's not work for…
Secret
  • 611
  • 1
  • 10
  • 29
2
votes
1 answer

Rounded QuickContactBadge with text

I have a listview with a QuickContactBadge and then the contact's name. The problem is the badge is a square, and if the contact does not have an image, then it is just blank. I want a circular picture or just the first initial of the contacts like…
yawers
  • 223
  • 1
  • 4
  • 12
2
votes
0 answers

QuickContactBadge display primary phone number

I'm trying to launch my activity from the QuickContactBadge. I have managed to add an icon there using the following in my manifest:
bosmart
  • 325
  • 3
  • 11
2
votes
2 answers

QuickContactBadge overlay

I am using a QuickContactBadge in my app and it works nicely. However, the badge shows a small overlay in the bottom right corner. I suppose it's there to indicate that it is a QuickContactBadge and not just a picture. I am totally fine with this,…
erikh
  • 146
  • 9
1
vote
1 answer

QuickContactBadge showing contact's image

I'm trying to add a QuickContactBadge to a listview, it works fine and is clickable but currently shows no image, i'm sure there is a way to get it to display the contact's image but I'm not sure how. Can anyone help? My code is: …
A_Porcupine
  • 1,008
  • 2
  • 13
  • 23
1
vote
1 answer

Modified QuickContactBadge, Error inflating class below Android 5.0

I have modified quick contact badge to get rid of the overlay. It works perfectly in Lollipop. But for some weird reason it throws a myriad of different errors when used below Lollipop. Why? And how can I fix it so it works below 5.0? Also is there…
I'm_With_Stupid
  • 1,112
  • 4
  • 16
  • 35
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
1
vote
2 answers

Is barcode Code39 scanning reliable?

Within my iOS App I am using a 3rd party scanning library for scanning Code39 barcodes. This software sometimes gets the scan wrong (e.g. a value of "13415566" comes back as "U *"). Sometimes the same barcode works ok, then scan the same code…
Journeyman
  • 10,011
  • 16
  • 81
  • 129
1
vote
0 answers

Quick Contact Badge for Unknown number crashes

I am using Quick Contact Badge on Listview. The method assignContactFromPhone for unknown number crashes when Quick Contact Badge is clicked. It works fine for the contacts present in the phonebook. quickContactBadge.assignContactFromPhone(number,…
1
vote
3 answers

Android QuickContactBadge arrow on ICS

I'm developing an Android app containing a list view with a picture for each item. I have set a QuickContact badge on each picture. On android < ICS (android 4) the picture are displayed correctly, for example: quick contact badge ok on…
1
vote
1 answer

How to create Clickable Label for QuickContactBadge

I have an app which uses QuickContactBadges to show contact photos and the popup action pane. In my layout, I also have a TextView beneath the QuickContactBadge which displays the contact's name. Right now you only get the actual quick action pane…
eidylon
  • 7,068
  • 20
  • 75
  • 118
0
votes
0 answers

Printer for paper visitors badge (event)

I created an application where people can be checked in at an event. Now I am looking for a printer for these badges. I want it to be a6 or a7 format, and it has to be able to print in color. Now I have been doing some research on what printers to…
0
votes
1 answer

QuickContactBadge or Popup window in android

There is a custom listview in my activity. Each item of list has image button at the left hand side. I want to show popup window when button is clicked. And popup window has some image buttons like chat message. I want a popup window like when…
Khushbu Shah
  • 1,603
  • 3
  • 27
  • 45
0
votes
1 answer

QuickContactBadge in Custom Dialog

I am trying to use QuickContactBadge in custom dialog. When I try to modify qcb, it always crash, but I can´t find why. Can anyone help? Thank you in advance. custom_xml.xml:
Michalsx
  • 3,446
  • 5
  • 33
  • 46
1
2