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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -