I'm trying to make an activity which has a few TextViews which in turn,contain hyperlinks. I did this using this tutorial: http://www.android-examples.com/add-hyperlink-in-android-application-through-textview/
I want to make these links open up in chrome custom tabs when they are clicked(similar to Gmail). But I cant find any tutorial that shows how to do so.