I wanted to display the latest tweets in a Listview with the same pattern the way twitter displays it. check here #tags @username and Urls to be dynamic within the tweet.
How can i achieve this with wherever in the tweet the # or @ or url may appear.
I wanted to display the latest tweets in a Listview with the same pattern
Share
use below method to linkify the twitter and web url. Note call below method after setting the text.
you need to add attributes
android:linksClickable="true"for TextView in xml