• Stars
    star
    760
  • Rank 59,770 (Top 2 %)
  • Language
    Java
  • Created about 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android下拉刷新上拉加载控件,对所有View通用!

PullToRefreshAndLoad

Android下拉刷新上拉加载控件,对所有View通用! 这是一个演示如何使用通用的下拉刷新上拉加载控件demo,demo中已经实现了常见的需要上下拉功能的控件,其他控件如果需要加入这两个功能可自行扩展,实现Pullable接口即可, 具体的实现原理分析可以参见我的博客http://blog.csdn.net/zhongkejingwang/article/details/38868463 ##demo截图 ###demo首页也是一个可以上拉下拉的ListView demo首页 ###ListView: ListView ###GridView: GridView ###ExpandableListView: ExpandableListView ###ScrollView: ScrollView ###WebView: WebView ###ImageView: ImageView ###TextView: TextView