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();
}
});-
Notifications
You must be signed in to change notification settings - Fork 1
choiruru/Android-Hyperlink-Sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
