Skip to content

choiruru/Android-Hyperlink-Sample

Repository files navigation

Android Hyperlink Sample

Screenshot

Screenshot

Usage

String quote = "Nurture your minds with great thoughts. To believe in the heroic makes heroes.";
TextView textView = (TextView)findViewById(R.id.textview);

HyperlinkHelper.createLink(this, textView, quote, "believe", new HyperlinkHelper.OnClick() {
	@Override
	public void onClick() {
		Toast.makeText(MainActivity.this, "Hyperlink clicked", Toast.LENGTH_SHORT).show();
	}
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages