简体   繁体   中英

Simple rich text editor in Android

How can I implement an editor with font styles, sizes and colors in Android. And how can I save the note and open it after creating the note with all these styles.

Why don't you store it as HTML? :) Simple as that.

if you want to complicate it a bit, you should store all Spannable data as XML and while parse it and restore the styles when displaying it back.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM