webview - Way to show code snippet in android app? -


i want show code snippet in android application. know can use webview.

  • is there other (better) way ?
  • i want show them fetched db , formatted in code style.

    as per android developer forum, regarding webview:

if goal display html part of ui, fine; user won't need interact web page beyond reading it, , web page won't need interact user.

but need users / dislike / comment on code snippet. how can achieved ? of now, can think of using webview + android textview / editview

is there better (or efficient) way ?


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -