Highlight-KT
Kotlin-optimized version of the Highlight library, a complete and performing library to highlight text snippets (EditText/Editable and TextView) using Spannable
with Regular Expressions (Regex) for Android.
Highlight a text
Continuously highlight
Schemes
SchemeScope
Performance
Screenshots
Add to project
Add the jitpack to project in build.gradle or settings.gradle (gradle 7+)
maven { url 'https://jitpack.io' }
Add the dependence to module (normally app)
implementation "com.github.Irineu333:Highlight-KT:$highlight_version"