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

  • Home
  • SEARCH
  • 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 7756171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:45:11+00:00 2026-06-01T12:45:11+00:00

I am making a messaging application in which user can send or receive a

  • 0

I am making a messaging application in which user can send or receive a message through my App but I want a functionality that if user received an address through SMS then he can click on that and transferred to Google Map and If user received a Mobile Number or telephone number then he can able to call on that number. I implemented all the functionality related to messaging but failed to check that on the behalf of above information. Please suggest me the right solution regarding to the subject.

Thanks in advance.

  • 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-06-01T12:45:13+00:00Added an answer on June 1, 2026 at 12:45 pm

    If you use a TextView to display the messages, you can use the attribute autoLink on the TextView element of the layout XML. This will automatically create links when street addresses, phone numbers and e-mail adresses are detected. You’re less in control, but you get a lot for free!

    From the documentation:

    android:autoLink
    
    Controls whether links such as urls and email addresses are automatically found and converted to clickable links. The default value is "none", disabling this feature.
    

    Update

    If you want all supported types to be autoLinked you can use android:autoLink="all". A concrete example to create auto links for email, phone, and map (separated by the | character):

    <TextView
        android:id="@+id/textView"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:autoLink="email|phone|map" >
    </TextView>
    

    It is important to notice that the autoLink for map is not perfect. See here and here for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a messaging app and I want to be able to extend it
I'm writing an Android app which will be making use of the cloud-2-device messaging
Making an adobe flex ui in which data that is calculated must use proprietary
I'm currently working on creating a private messaging system, (PHP/MySQL) in which users can
I'm working on an app which takes in a raw binary message (very simple,
I'm making a widget that consists of a QGridLayout which maps out a QSlider
I'm making an app that uses the full screen to display an image like
We're using a messaging queue (JMS / ActiveMQ) in an application that is facilitating
I'm making a peer-to-peer instant messaging application. Currently, if UserA.pool.net says hello to UserB.pool.net,
So I am making my own Text Messaging app because I cannot find a

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.