SwipeRefreshLayout上拉刷新和加载更多
SwipeRefreshLayout是Android5.0的新控件。 它的主要作用就是下拉刷新 它的产生帮助我们解决了很多刷新的问题,从此再也不用去找第三方。 它是v4支持包下的控件,所以在v4的包中才能找到 在xml中需要刷新的页面最外层包裹SwipeRefreshLayout,我在这里用了RecyclerView演示,所以我包裹的是RecyclerView。但是google官方提供的只有下拉,没有加载更多。 这里用的是github上的MaterialRefreshLayout。上下拉刷新都有而且使用还比较简单。整个demo是基于它的,感兴趣的也可以直接去github下载。 地址https://github.com/android-cjj/Android-MaterialRefreshLayout
文件列表
SwipeRefreshLayout上拉刷新和加载更多
(预估有个1822文件)
localJarClasspathSnapshot.bin
27KB
localClassSetAnalysis.bin
51KB
fileSnapshotsToTreeSnapshotsIndex.bin
30KB
fileHashes.bin
275KB
taskArtifacts.bin
140KB
fileSnapshots.bin
3.19MB
gradlew.bat
2KB
RecyclerView.class
85KB
StaggeredGridLayoutManager.class
46KB
CoordinatorLayout.class
44KB
暂无评论