Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have to create a hyperlink in android application. Please guide me how I do it?

Thanks in advance
Posted

Go to Values->string.xml

Link String

Go to layout->main.xml


---
---
android:text = "@string/linkname"
/>
 
Share this answer
 
HI ,
Go to layout and open the which ever xml u want to place the link,
and type android:text="@string/link_text_auto"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900