I Use HashTagHelper library this My problem is , I can't use hashtag with autolink. So i need to use autolink in textview. f.e www.google.com, http://facebook.com If I use HashTagHelper.Creator.create(getResources().getColor(R.color.blue), this, null); with autolink. AutoLink doesnt work.How can i solve this problem, please help me. In additional if there is a different solution usage for hashtag with autolink, I can use it.
Asked
Active
Viewed 209 times
0
-
See this: http://stackoverflow.com/a/10145943/5250273 – Ugurcan Yildirim Aug 12 '16 at 07:53
-
@UgurcanYildirim thanks for answer. I need click listiner for hashtag. I will not go twitter or other website when clicked hashtag. I have to stay my app and open new fragment when clicked hashtag – emre akkaya Aug 12 '16 at 08:01
-
Did you find any solutions? – praj Jul 07 '17 at 06:30
-
I used html regex – emre akkaya Jul 10 '17 at 11:17