Skip to content

Instantly share code, notes, and snippets.

View anugotta's full-sized avatar
🎯
Focusing

Anu S Pillai anugotta

🎯
Focusing
View GitHub Profile
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_comments);
String htmlComments = getHtmlComment("yourId", "yourShortName");
webDisqus = (WebView) findViewById(R.id.disqus);
// set up disqus
WebSettings webSettings2 = webDisqus.getSettings();