I’m getting anchor tag from database like below. displaying using TextView
Click here <a href='http://example.com/202'>information</a>
till now it is fine i’m displayng it using (Html.fromHtml(PostInfo).
Now my question is when i click on this anchor tag it is opening browser to display page but i’ve that page in my application activity. what i need is i want to change that anchor tag url to redirect my application activity.
For Open Browser Within Your Application
Create a new Activity which have a web view and pass the URL to that Activity’s web view when you click on anchor tag.