Hello everyone,
I would like to understand if it is possible getting a text with html tags inside and render it in a TextView as a doc file.
I’m creating an app with an editor inside made with an EditText in which the user can insert some text and see it in a preview in another section of the app in a TextView.
The problem is that appears in the TextView not well formatted and with the newline chars not inserted in the correct place.
With your library is it possible to handle text files as doc files as the official Word does?
Thanks
Giorgio