0

In android I have my textview, I type "HELLO I AM KELLO I kie HAMBERY" I want when I click on Kello it will pass into kello activity and when I click on Hambery it will pass into Hambery activiy

1 Answers1

0

I supposed you could use multiple TextViews to form your sentence. Then for the words you want clicked, you could add an onClickListener and have that open the correct activity.

Josh Clemm
  • 2,966
  • 20
  • 21