We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
textViewLink.setText(Html.fromHtml(getLink({url})));~~~~~~~~~~~private String getLink(String url) { return "<a_href=\"" +="" url="" +="" "\"="">" + getString(R.string.download) + "</end_a>";}
textViewLink.setText(Html.fromHtml(getLink({url})));
private String getLink(String url) { return "<a_href=\"" +="" url="" +="" "\"="">" + getString(R.string.download) + "</end_a>";}
I wrote a_href & end_a because in comment inpossible write pure
textViewLink.setText(Html.fromHtml(getLink({url})));~~~~~~~~~~~
private String getLink(String url) {
return "<a_href=\"" +="" url="" +="" "\"="">"
+ getString(R.string.download) + "</end_a>";
}
I wrote a_href & end_a because in comment inpossible write pure