An open API service indexing awesome lists of open source software.

https://github.com/stars-one/supertextview

有打字机效果的TextView封装
https://github.com/stars-one/supertextview

Last synced: about 1 month ago
JSON representation

有打字机效果的TextView封装

Awesome Lists containing this project

README

          

# SuperTextView
有打字机效果的TextView封装
***
[中文文档](http://www.cnblogs.com/kexing/p/8779286.html)
## Usage
1. Add the JitPack repository to your build file
``` allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2. Add the dependency
``` dependencies {
compile 'com.github.Stars-One:SuperTextView:v1.1'
}