SimpleText This libary aims to simplify the creation of spannable string. Features [x] long click event [x] bind an object with the clicked text [x] click event (with pressed color state) [x] text background (with round corner) [x] text color [x] te
Android Spannable in kotlin > Kotlin wrappers around SpannableStringBuilder. Inspired by binaryforks Spanny. SpannableStringBuilder API is attractive, its a nice way to styling text without split your text into multiple views, but the usage of