Android: How to implement WYSIWYG editor for custom content?

I am creating an Android application where users should be able to edit their own content, including a minimal layout. I just want to save the formatted source in the database and pull it out and display it the way I would like with something like TinyMCE in a web application.

Any ideas on how users can enter and format their own content in the Android GUI?

Thank!

+3
source share

Source: https://habr.com/ru/post/1751282/


All Articles