Ticker

6/recent/ticker-posts

Android : Linkify Example

TextView textView = (TextView) findViewById(R.id.myTextView);

Linkify.addLinks(textView, Linkify.WEB_URLS|Linkify.EMAIL_ADDRESSES);

Post a Comment

0 Comments