I am building a twitter-like client. Assume I have a string:
"$AAPL rocks!"
I want to be able to click on “$AAPL” and do something.
How can I go about making $ clickable in a TextView?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Linkify should be what you are looking for.
UPDATE: You can implement your own URI and have your application listen for that Intent calls.