views:

24

answers:

1

I'm building an Android App where users need to be able to edit their own content, including minimal layout. I just want to store the formatted source in the database and pull it out and display it the way I would with something like TinyMCE in a web app.

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

Thanks!

+1  A: 

There is no rich editor widget built into Android. Perhaps you can convince the person who asked this question an hour or so ago to make his open source.

CommonsWare