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 6080727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:05:40+00:00 2026-05-23T11:05:40+00:00

I have a big problem, the only relationship i can get between sms content

  • 0

I have a big problem, the only relationship i can get between sms content provider and the contacts content provider is the phone numbers BUT the sms content provider stores numbers in a different format as compared to how the numbers are stored in the contacts content provider. hence how can I compare the numbers between the two tables since I dont see any other relationship or column that binds them. I my country the phone number format is +254728306203, this is how the sms provider store the number but the contacts provider stores it as 072-830-6203 Any help will be greatly appreciated

  • 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-23T11:05:41+00:00Added an answer on May 23, 2026 at 11:05 am

    Try this (For SDK 2.0+). Let the number be in any format.. just pass it as a string…

    Add permission android.permission.READ_CONTACTS in manifest.

    /**
         * Retrieves display name for the provided contact number
         * 
         * @param context
         *            Context
         * @param number
         *            The contact number for which display name is to be retrieved
         *            form android contacts
         * @return Returns displayName for the contact if available. If display name
         *         is not available then it returns the same number
         */
        public static String getContactNameFromNumber(Context context, String number) {
            // If name is not found, number will be returned
            String contactDisplayName = number;
    
            Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,
                    Uri.encode(number));
            Cursor cursor = context.getContentResolver().query(uri,
                    new String[] { PhoneLookup.DISPLAY_NAME }, null, null, null);
            if (cursor.moveToFirst()) {
                contactDisplayName = cursor.getString(cursor
                        .getColumnIndex(PhoneLookup.DISPLAY_NAME));
            }
            cursor.close();
            Log.d("GetNumber", "Retrived DisplayName for contact number:" + number
                        + " DisplayName:" + contactDisplayName);
    
            return contactDisplayName;
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a big problem, but probably it's only big for me :). terminal.Bind(client);
I am using gettext in my PHP code, but I have a big problem.
I have a very big problem. I am making a CRM (Costumer Relationship Management)
I have a big problem with my server mysql. All worked fine but since
I have a very big problem and can't seem to find anybody else on
I have a big problem, and I hope you can help me. I'm porting
I have a weird but big problem. I am trying to let the user
Actually i am get stuck in a big problem..I have created an app from
I have big problem when I am trying to deploy my app over clickonce.
I have a big problem. I want to extract text from html table that

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.