a

android-wysiwyg-editor

Android WYSIWYG is a text editor written in Android using the native components in the content tree. The library can be used as both Editor and Renderer. The HTML parser helps it easier to integrate with specific web WYSIWY
http://irshulx.github.io/android-wysiwyg-editor
The Apache Software License, Version 2.0
Irshu
Files download
File Operation
android-wysiwyg-editor-0.3.4.pom download
android-wysiwyg-editor-0.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.irshulx</groupId>
  <artifactId>android-wysiwyg-editor</artifactId>
  <version>0.3.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.irshulx:android-wysiwyg-editor:0.3.4'
Gradle Kotlin
implementation("com.github.irshulx:android-wysiwyg-editor:0.3.4")
Scala SBT
libraryDependencies += "com.github.irshulx" % "android-wysiwyg-editor" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.irshulx', module='android-wysiwyg-editor', version='0.3.4')
)
Apache Ivy
<dependency org="com.github.irshulx" name="android-wysiwyg-editor" rev="0.3.4" />
Leiningen
[com.github.irshulx/android-wysiwyg-editor "0.3.4"]
Apache Buildr
'com.github.irshulx:android-wysiwyg-editor:jar:0.3.4'