This is a question about writing on the Android bulletin board.

Asked 2 years ago, Updated 2 years ago, 60 views

I found out on the web that you use Wizzie Wick editors to put them on when you write, but do you have Wizzie Wick editors on the other Wizziewick editors? I looked it up and it didn't seem to be there I'm going to write and send it to the server, and I want to make it so that I can add images and things like that.

android json recyclerview

2022-09-21 19:23

5 Answers

I searched and found some.

https://github.com/irshuLx/Android-WYSIWYG-Editor

https://github.com/wasabeef/richeditor-android

https://github.com/commonsguy/cwac-richedit

The first one is Demo apk.

It's all Apache licenses, so I'm using them, but I don't think it'll interfere.


2022-09-21 19:23

I added it to the xml file using the second method, but the rendering problem came out ㅜㅜ I'm using api23, and I get java.lang.NoSuchFieldError: this$0 error. Is there anything else you need to add to xml? Added to dependency.

<jp.wasabeef.richeditor.RichEditor
    android:id="@+id/editor"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

</jp.wasabeef.richeditor.RichEditor>


2022-09-21 19:23

I get this error In 23 api,

21api error like this


2022-09-21 19:23

I think it's because of RichEditor class that inherited WebView... I think we should use View.isInEditMod() as shown in the tip. I haven't done it before, so I can't give you a definite answerㅜ<

Below is a related article, but I'm not sure if it'll help.

http://kenial.tistory.com/874

http://stackoverflow.com/questions/15423149/how-to-use-isineditmode-to-see-layout-with-custom-view-in-the-editor


2022-09-21 19:23

I used the image button to do the same thing as GitHub, but the image is too big What should I do with this?


2022-09-21 19:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.