volser / android-quill-delta

A kotlin implementation of Delta format
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Documentation #1

Open SecretKeeper opened 6 years ago

SecretKeeper commented 6 years ago

Hi , please describe in details that how we can use this in android

volser commented 6 years ago

This lib is just implementation of Quill Delta format. And is used in other libraries like https://github.com/volser/quill-delta-to-spannable (not finished yet)

quill-delta-to-spannable allows to display Quill Delta in native android view

example https://github.com/volser/quill-delta-to-spannable/blob/master/sample/src/main/java/com/quill/android/spannable/sample/MainActivity.kt