To show HTML code in EditText , you need to convert it to Spanned using Html.fromHtml() . Only a small subset of HTML tags can be used in this method. You can set Spanned as EditText . Then you can edit it and convert using Html.toHtml() .
Michael
source share