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
Post a Comment