void callYouURL()
{
// If you Want call URL
String html = "<a href=\"http://yourdomain.com\">Your Domain Name</a>";
yourtextview.setMovementMethod(LinkMovementMethod.getInstance());
yourtextview.setText(Html.fromHtml(html));
}
{
// If you Want call URL
String html = "<a href=\"http://yourdomain.com\">Your Domain Name</a>";
yourtextview.setMovementMethod(LinkMovementMethod.getInstance());
yourtextview.setText(Html.fromHtml(html));
}
No comments:
Post a Comment