I want to implement an in app browser so that all links in my app will open in the in-app browser ( same as Facebook app handle links).
I have created new activity that takes a Url and open it , but i don't how to initiate it when a link inside a TextView is clicked (I have also spannable text inside the textView that handles Hashtagging).
thanks.