Showing posts with label Linkify. Show all posts
Showing posts with label Linkify. Show all posts

2012/03/13

Linkify


TextView noteView = (TextView) findViewById(R.id.noteview);
noteView.setText(someContent);
Linkify.addLinks(noteView, Linkify.ALL);