需要在Android上实现WYSIWYG编辑器

时间:2013-11-05 06:50:59

标签: android editor wysiwyg rich-text-editor

基本上,我正在尝试像MS Word或Quick Office一样实现WYSIWYG编辑器。经过这么多R& D,我无法找到一个好的简单解决方案。该应用程序将包含基本格式按钮,如文本样式,字体,大小,对齐,项目符号。 所以请任何人提出建议

我正在从QuickOffice添加快照。它是WYSIWIG富文本编辑器。 快照是从1到5的系列。,请通过它们...,。我相信你会理解我现在想要的东西。,。

Default Text Editor With formatting options above

Some text typed and format button clicked to show options

Bold button clicked

some text typed in bold and clicked format button again and clicked bold button again

Typing in normal style

1 个答案:

答案 0 :(得分:6)

Rahul我明白了。谢谢你的解释。 你必须构建监听器,你正在寻找任何按钮的动作。像粗体文本,下划线,更改颜色或字体,更改文本和其他人的理由。我更愿意按照这些链接从您获得有关在android上使用文本编辑器的深入知识:

GOOGLE DRIVE SDK [ANDROID,iOS,Java&更多平台]

https://github.com/googledrive/dredit

您可以查看其他一些存储库:

https://github.com/paulmach/Text-Edit-for-Android

https://github.com/jecelyin/920-Text-Editor

https://github.com/jiro-aqua/Jota-Text-Editor

如果你遇到任何具体问题,你可以分享,我会尽力给出解决方案。

快乐的编码!!!

Android notepad where you can write document using some excellent feature like font selection, color selection, left,right & middle justification and more nice feature