• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Market Hyperlink

raym0nd

Lurker
Hi all,

I need help on putting a market link eg. market://search?q=pname:com.company.apps onto a textview. Is it achievable by changing the properties or string value xml file instead of coding?

Please advise.

Thank you :)
 
perhaps
Code:
android:autoLink="all"
? Not sure if that works for market links or not, but i imagine it would.
 
perhaps
Code:
android:autoLink="all"
? Not sure if that works for market links or not, but i imagine it would.

Hi gorn,

Thanks for the response :) I tried to set the textview to autolink on before but it couldn't work with market link.

I do see some other apps which is able to do that. Any suggestion, if textview is not possible, I would consider other views if possible.

Best Regards
Raym0nd
 
Back
Top Bottom