Android Scrolling textView with scroll effect similar to Karaoke or Teleprompter.
How to add this library to you project:
Add it in your root build.gradle at the end of repositories:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.BosnianDev:ScrollingTextView:1.0'
}
<com.github.BosnianDev.ScrollingTextView
android:id="@+id/ScrollTextView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Do whatever you want!