How did Evernote implement their rich text editor on Android?
Asked Answered
D

1

6

As asked here: How did Evernote implement their rich text editor on iOS?

I've been struggling to find a third-party library for rich text editing on Android. I've just installed Evernote's Android client and they have a pretty nice solution. Anyone in the know as to how they did it?

edit

For anyone looking, the Wordpress app contains a WYSIWYG-ish editor that's open-source:

https://android.trac.wordpress.org/browser/trunk/src/org/wordpress/android/EditContent.java

Dominoes answered 2/12, 2011 at 20:13 Comment(3)
Going out on a limb here, but I am going to guess that they used a WebView with HTML. So, each of the items in the menu opened on closed html tags.Outlying
I'm not sure about that, due to the extreme bugginess in Android's ContentEditable implementation (I've tried it, it's not pretty).Dominoes
Hi did u succeed in implementing richtexteditor.If so which one u used webview/edittext?Aestheticism
T
2

here are some links that should help you get started:

http://code.google.com/p/android-richtexteditor/

Rich Text Box in android

Trimerous answered 2/12, 2011 at 20:43 Comment(1)
Thanks, I'll check out that first implementation. Interesting that the latest commit deletes all their source code... do they understand version control?Dominoes

© 2022 - 2024 — McMap. All rights reserved.