Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1005243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:15:48+00:00 2026-05-16T08:15:48+00:00

I notice that some of the base applications in Android are using this little

  • 0

I notice that some of the base applications in Android are using this little control (View in Android terms I guess) that shows the contact picture. When you click on the picture it shows all the ways of contacting the person (phone, sms, talk, facebook). I see this little View used in the contact app, sms app, twitter for android, facebook for android etc.

Is there a library or a way of getting this working on my own application or do I need to write this from scratch?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:15:49+00:00Added an answer on May 16, 2026 at 8:15 am

    You can reference the QuickContactBadge in the XML

    I have this in the XML file:

         <QuickContactBadge
         android:id="@+id/photo"
        android:layout_width="54dip"
        android:layout_height="57dip"
        android:layout_marginLeft="5dip"
        android:background="@drawable/quickcontact_photo_frame"
        style="?android:attr/quickContactBadgeStyleWindowSmall"
         />
    

    and this code:

    private QuickContactBadge mPhotoView;
    mPhotoView = (QuickContactBadge) findViewById(R.id.photo);
    mPhotoView.assignContactUri(objItem.getUri());
    mPhotoView.setMode(QuickContact.MODE_MEDIUM);
    

    and this is the calling mode (but the click on the badge is handling this popup, this call to popup the chooser is made by clicking on something else, you don’t need if you just want the quick contact to show when clicking on the badge, that’s already built in)

    QuickContact.showQuickContact(viewContactQuick.this, mPhotoView,objItem.getLookupUri() , QuickContact.MODE_MEDIUM, null);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing some exercises in my object-oriented javascript book, I notice that this:
This only happens in some IE's. Here: http://animactions.ca/Animactions/volet_entreprise.php You may notice that when you
When I read some of the answers on here I notice that some people
I notice that there is some gap after my table. See the following snapshot:
Welcome, I notice that Youtube make some changes into their website code. Anyone have
I created some widgets with jQuery UI and I notice that buttons have a
Notice how StackOverflow displays some nice Status Bar message based on your activity? (That
You may notice from my last question that a problem caused some more problems,
I notice a strange thing during doing some stored procedures I can explain that
I noticed that some enumerations have None as a enumeration member. For example what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.