Evernote 如何在 Android 上实现富文本编辑器?
正如这里所问的: Evernote 如何实现他们的富文本编辑器在 iOS 上?
我一直在努力寻找用于 Android 上富文本编辑的第三方库。我刚刚安装了 Evernote 的 Android 客户端,他们有一个非常好的解决方案。有谁知道他们是怎么做到的吗?
编辑
对于任何想要寻找的人来说,Wordpress 应用程序包含一个所见即所得的开源编辑器:
https://android.trac.wordpress.org/browser/trunk/src/org/wordpress/android/EditContent.java
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些可以帮助您入门的链接:
http://code.google.com/ p/android-richtexteditor/
android 中的富文本框
here are some links that should help you get started:
http://code.google.com/p/android-richtexteditor/
Rich Text Box in android