文件名称:Android代码-pull-to-make-soup
文件大小:718KB
文件格式:ZIP
更新时间:2022-08-27 00:02:54
Android代码
PullToMakeSoup Custom animated pull-to-refresh that can be easily added to RecyclerView Inspired by this project on dribble Requirements Min SDK version 16 Installing with Gradle In your project level build.gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } In your app level build.gradle compile 'com.github.Yalantis:pull-to-make-soup:1.0.2' Usage Include the library as local library project. Second include PullToRef