1

I have to develop an android application with a sign and sign out page. In that I have a privacy policy and terms and services for that I need to add a text view with single HTML text with both the sentences user click on privacy policy redirect to one activity if a user clicks on terms and conditions redirect to another activity how can we do please help me.

1 Answers1

0

What i understand you have to use ClickableSpan in your code, just go through with the SpannableStringBuilder Class.

ref: Android Clickable TextView How To Make Multiple Click Regions on Text And Catch Region Selection

Community
  • 1
  • 1
Manish
  • 1,259
  • 3
  • 11
  • 20