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!
source
share