gitHub上面android studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用

gitHub上边android studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用

一、ListView

 

  1. android-pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新
    ListView、ViewPager、WevView、ExpandableListView、GridView、(Horizontal
    )ScrollView、Fragment上下左右拉动刷新,比下面johannilsson那个只支持ListView的强大的多。并且他实现的下拉刷新ListView在item不足一屏情况下也不会显示刷新提示,体验更好。
    项目地址:http://download.csdn.net/detail/u012808234/8365209

    APP示例:新浪微博各个页面

  2. pinned-section-listview GroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListViewgitHub上面android  studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用gitHub上面android  studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用gitHub上面android  studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用下载地址:http://download.csdn.net/detail/u012808234/8365219

  3. Android-SwipeToDismiss 滑动Item消失ListViewgitHub上面android  studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用gitHub上面android  studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用下载地址:http://download.csdn.net/detail/u012808234/8365231

  4. IndexableListView ListView右侧会显示item首字母快捷索引,点击可快速滑动到某个item.x下载地址:http://download.csdn.net/detail/u012808234/8365243