Typewriter
Typewriter pull to refresh Android animation.
Usage
Add to your root build.gradle:
Add the dependency:
Supported Views
- RecyclerView
- ListView
- ScrollView
- NestedScrollView
How do I get set up?
Just wrap your view:
Animation
Just implement PullToRefreshView.OnRefreshListener:
To start or stop animation:
pullToRefresh.setRefreshing(isRefreshing)