3 Repositories
Android spannablestring Libraries
Spantastic - an Android library that provides a simple and Kotlin fluent API for creating Android Spannable
Spantastic is an Android library that provides a simple and Kotlin fluent API for creating Android Spannable. This library wrappers SpannableStringBuilder and add methods to easily decorate the text with multiple spans.
12 Nov 27, 2022
Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
RxMarkdown RxMarkdown is an Android library that helps to display simple markdown text in android.widget.EditText or android.widget.TextView, at same
733 Dec 9, 2022
A SpannableString Parser for Android
In Android, to style our text we use Spans. Spans are markup objects that can be applied to parts of the text. It requires us to deal with the indexes
217 Nov 29, 2022