Delta for Android

September 26, 2018 ยท View on GitHub

Build Status

Kotlin implementation of Delta format - simple, yet expressive format that can be used to describe contents and changes. Deltas can describe any rich text document, includes all text and formatting information, without the ambiguity and complexity of HTML.

Original javascript implementation

Download

dependencies {
      implementation 'com.quill.android:delta:1.0.2'
}