• android-pulltorefresh
      一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WevView、ExpandableListView、GridView、ScrollView、Horizontal  ScrollView、Fragment上下左右拉动刷新,比下面johannilsson那个只支持ListView的强大的多。并且它实现的下拉刷新ListView在item不足一屏情况下也不会显示刷新提示,体验更好。
      项目地址:https://github.com/chrisbanes/Android-PullToRefresh
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refreshview-demo.apk?raw=true
      APP示例:新浪微博各个页面
    • android-pulltorefresh-listview
      下拉刷新ListView,这个被很多人使用的项目实际有不少bug,推荐使用上面的android-pulltorefresh
      项目地址:https://github.com/johannilsson/android-pulltorefresh
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
    • android-Ultra-Pull-to-Refresh
      下拉刷新,第一个项目已经停止维护了,并且使用起来相对复杂,定制性也差。这个是替代和改良方案。这个继承于ViewGroup可以包含任何View。功能甚至比SwipeRefreshLayout强大。使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。支持 API LEVEL >= 8
      项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
      Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
      效果图:  
              
    • DropDownListView
      下拉刷新及滑动到底部加载更多ListView
      项目地址:https://github.com/Trinea/AndroidCommon
      Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
      文档介绍:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/
    • DragSortListView
      拖动排序的ListView,同时支持ListView滑动item删除,各个Item高度不一、单选、复选、CursorAdapter做为适配器、拖动背景变化等
      项目地址:https://github.com/bauerca/drag-sort-listview
      Demo地址:https://play.google.com/store/apps/details?id=com.mobeta.android.demodslv
      APP示例:Wordpress Android
    • SwipeListView
      支持定义ListView左右滑动事件,支持左右滑动位移,支持定义动画时间
      项目地址:https://github.com/47deg/android-swipelistview
      Demo地址:https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview
      APP示例:微信
    • Android-SwipeToDismiss
      滑动Item消失ListView,支持3.0以下版本见:https://github.com/JakeWharton/SwipeToDismissNOA
      项目地址:https://github.com/romannurik/Android-SwipeToDismiss
      Demo地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code
    • PinnedHeaderExpandableListView
      首先它是一个ExpandableListView,但是它的头部可以固定,其次,在它的上面还有一个头部可以来回伸缩
      项目地址:https://github.com/singwhatiwanna/PinnedHeaderExpandableListView
      效果图:
      APP示例:百度手机卫士垃圾清理界面
    • StickyListHeaders
      GroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView,支持快速滑动,支持Android2.3及以上
      项目地址:https://github.com/emilsjolander/StickyListHeaders
      效果图:
      APP示例:Android 4.0联系人
    • pinned-section-listview
      GroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView
      项目地址:https://github.com/beworker/pinned-section-listview
      效果图:
    • PinnedHeaderListView
      GroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView
      项目地址:https://github.com/JimiSmith/PinnedHeaderListView
    • QuickReturn
      ListView/ScrollView的header或footer,当向下滚动时消失,向上滚动时出现
      项目地址:https://github.com/lawloretienne/QuickReturn
      Demo地址:https://play.google.com/store/apps/details?id=com.etiennelawlor.quickreturn
    • QuickReturnHeader
      ListView/ScrollView的header或footer,当向下滚动时消失,向上滚动时出现
      项目地址:https://github.com/ManuelPeinado/QuickReturnHeader
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/quick-return-header-demo.apk?raw=true
      APP示例:google plus
    • IndexableListView
      ListView右侧会显示item首字母快捷索引,点击可快速滑动到某个item
      项目地址:https://github.com/woozzu/IndexableListView
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/indexable-listview.apk?raw=true
      APP示例:微信通讯录、小米联系人
    • CustomFastScrollView
      ListView快速滑动,同时屏幕中间PopupWindows显示滑动到的item内容或首字母
      项目地址:https://github.com/nolanlawson/CustomFastScrollViewDemo
      效果图:
    • Android-ScrollBarPanel
      ListView滑动时固定的Panel指示显示在scrollbar旁边
      项目地址:https://github.com/rno/Android-ScrollBarPanel
      效果图:
    • SlideExpandableListView
      用户点击listView item滑出固定区域,其他item的区域收缩
      项目地址:https://github.com/tjerkw/Android-SlideExpandableListView
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/slide-expandable-listView-demo.apk?raw=true
    • JazzyListView
      ListView及GridView item以特殊动画效果进入屏幕,效果包括grow、cards、curl、wave、flip、fly等等
      项目地址:https://github.com/twotoasters/JazzyListView
      Demo地址:https://play.google.com/store/apps/details?id=com.twotoasters.jazzylistview.sample
      在线演示:http://lab.hakim.se/scroll-effects/
    • ListViewAnimations
      带Item显示动画的ListView,动画包括底部飞入、其他方向斜飞入、下层飞入、渐变消失、滑动删除等
      项目地址:https://github.com/nhaarman/ListViewAnimations
      Demo地址:https://play.google.com/store/apps/details?id=com.haarman.listviewanimations
      APP示例:Google plus、Google Now卡片式进入、小米系统中应用商店、联系人、游戏中心、音乐、文件管理器的ListView、Ultimate、Light Flow Lite、TreinVerkeer、Running Coach、Pearl Jam Lyrics、Calorie Chart、Car Hire、Super BART、DK FlashCards、Counter Plus、Voorlees Verhaaltjes 2.0
    • DevsmartLib-Android
      横向ListView
      项目地址:https://github.com/dinocore1/DevsmartLib-Android
      Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/horizontal-listview-demo.apk?raw=true
    • TwoWayView
      横向ListView的效果,继承自AdapterView
      项目地址:https://github.com/lucasr/twoway-view
    • HorizontalVariableListView
      支持Item宽度不一致的ListView
      项目地址:https://github.com/sephiroth74/HorizontalVariableListView
    • LinearListView
      用LinearLayout实现的ListView,可解决多个ListView并存等问题。目前自己也有需要,等亲自尝试过后会再具体介绍
      项目地址:https://github.com/frankiesardo/LinearListView
    • MultiChoiceAdapter
      支持多选的ListView Adapter
      项目地址:https://github.com/ManuelPeinado/MultiChoiceAdapter
      Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo
    • EnhancedListView
      支持横向滑动删除列表项以及撤销删除的ListView,该项目的前身是SwipeToDismissUndoList
      项目地址:https://github.com/timroes/EnhancedListView
      Demo地址:https://play.google.com/store/apps/details?id=de.timroes.android.listviewdemo&rdid=de.timroes.android.listviewdemo
    • ListBuddies
      自动滚动的双列ListView ,两个ListView滚动速度不一致,有视差效果
      项目地址:https://github.com/jpardogo/ListBuddies
      Demo地址:https://play.google.com/store/apps/details?id=com.jpardogo.android.listbuddies
      效果图:
    • SwipeMenuListView
      针对ListView item的侧滑菜单
      项目地址:https://github.com/baoyongzhang/SwipeMenuListView
      效果图:
      APP示例:手机QQV5.0
    • PagingListView
      分页加载的ListView。当滑动到ListView底部最后一个元素时,显示一个进度行,然后加载下一页数据,并显示。
      项目地址:https://github.com/nicolasjafelle/PagingListView
    • PullZoomView
      支持下拉时HeaderView缩放的ListView、ScrollView
      项目地址:https://github.com/Frank-Zhu/PullZoomView
      效果图:
    • PullToZoomInListView
      滑动ListView时使其HeaderView跟随滑动缩放
      项目地址:https://github.com/matrixxun/PullToZoomInListView
      效果图:
    • CalendarListview
      实现每个月一行日历效果的ListView
      项目地址:https://github.com/traex/CalendarListview
      效果图:
    • sticky-headers-recyclerview
      GroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ListView,采用support-v7中的RecyclerView实现
      项目地址:https://github.com/timehop/sticky-headers-recyclerview
    • PullSeparateListView
      到达顶部或底部继续拉动时,实现Item间的相互分离,两种模式:(1) 全部分离的模式,即屏幕内所有Item都会分离 (2)部分分离模式,以点击位置为分界点,部分item分离
      项目地址:https://github.com/chiemy/PullSeparateListView
      效果图:
    • ExpandableLayout
      Header 和 Content Item 都可以展开的 ExpandableListview
      项目地址:https://github.com/traex/ExpandableLayout
    • PagedHeadListView
      支持paginated header以及material page indicator的ListView.
      项目地址:https://github.com/JorgeCastilloPrz/PagedHeadListView
      效果图:
    • CustomSwipeListView
      支持左滑弹出自定义菜单,右滑删除且允许撤销,同时可以自定义滑动动画时间和滑动触发事件的时机等。
      项目地址:https://github.com/xyczero/Android-CustomSwipeListView
      效果图:
      Demo地址:Download here   
      转载
      https://github.com/Trinea/android-open-project

开源集合-ListView所扩展的各种牛叉效果相关推荐

  1. ListView所扩展的各种牛叉效果

    http://www.lanbaoit.com/forum.php?mod=viewthread&tid=1&extra= android-pulltorefresh 一个强大的拉动刷 ...

  2. [必藏]Android 最棒的开源集合库

    下边是个人的收藏,包含国内.国外的最棒的开源集合,强烈建议收藏 Android开源项目分类汇总 | 查看 包括内容: Android开源项目第一篇--个性化控件(View)篇 包括ListView.A ...

  3. c#Enumerable集合的Aggregate扩展方法的三个重载

    本文记录下Enumerable集合的Aggregate扩展方法的三个重载 如下三个重载函数 1.带一个func参数的:从集合的第二项开始,依次往后往第一个值上聚合(不会修改集合第一项,相当于seed是 ...

  4. android gridview item 点击,Android-取消GridView/ListView item被点击时的效果

    方法一,在控件被初始化的时候设置 gridView.setSelector(new ColorDrawable(Color.TRANSPARENT)); listView.setSelector(ne ...

  5. android静态动画,LayoutAnimation给ListView中的item设置动态出场效果(实例)

    LayoutAnimation作用于ViewGroup,为ViewGroup指定一个动画,当它的子元素出场时都按照这个动画出场. LayoutAnimation作用于viewgroup有两种方式: 1 ...

  6. python tkinter 一种牛叉实用的进度条运用方法

    网上有很多文章介绍进度条Progressbar的基本概念及功能,故这里不再赘述.本文给大家分享一种牛叉实用的进度条运用方法. 首先,我们把进度条封装为一个类,里面包含了两种方法,分别是__init__ ...

  7. 【安卓开源集合】最全最有用的第三方开源库收集整理,快速开发必备,还能提升效率

    扩展功能库 SlidingMenu  : SlidingMenu 能非常容易的让开发者实现程序的抽屉效果,所谓的抽屉效果如下图所示,通常被用作呼出菜单.而且SlidingMenu能很方便的与Actio ...

  8. 开源集合-最火的Android开源项目(二)

    摘要:  GitHub上的开源项目不胜枚举,通过这些项目,也能让开发者在应用开发过程中事半功倍,作为开发者的你,在用这些开源项目吗?今天我们将介绍另外20个在GitHub上备受欢迎的Android开源 ...

  9. 清华大学发布首个自动图机器学习工具包 AutoGL,开源易用可扩展,支持自定义模型...

    来源:机器之心本文约2800字,建议阅读6分钟如何应用自动机器学习 (AutoML) 加速图机器学习任务的处理? 清华大学发布全球首个开源自动图学习工具包:AutoGL (Auto Graph Lea ...

最新文章

  1. iOS 直播专题6-流媒体服务器
  2. windows10配置jenkins
  3. 实验四:Telnet远程登录服务器的安装、管理及Telnet客户端的应用
  4. Vue.js 组件 处理边界情况
  5. AI理论知识整理(8)-素数与最大公因数
  6. linux删除空行 基本操作
  7. java getimage_Java ImageView.getImage方法代码示例
  8. 前端学习(731):函数的使用
  9. AJAX 是一种在无需重新加载整个网页的情况下,能够更新部分网页的技术。
  10. LED灯随机亮起几个灯
  11. Ubuntu18.04 安装 Mysql 5.7 问题
  12. 微信视频强制分享观看源码 微信流量裂变源码吸粉变现源码
  13. 深度学习Tir-Hi3559A使用unbuntu系统的烧写步骤
  14. 威联通qnap SMB速度慢 只有30M、50M的解决方法
  15. 什么是手机证书和签名干什么用的
  16. 用python turtle画椭圆_circle()函数实例教程:用Python画一只兔子
  17. python独立网站教程_python做网站教程_如何免费做网站的教程
  18. 全球最大成人网站公布年度榜单!原来lsp最爱看的是这种片……
  19. PP.io的三个阶段,“强中心”——“弱中心”——“去中心”
  20. iqq for linux源代码,开源qq下载-Linux开源QQ 2012(iQQ)下载 v1.0.2 免费版-IT猫扑网

热门文章

  1. 门户通专访上海站长联谊会一方:务实中求发展
  2. C/C++内部链接的静态变量、多文件和存储类别说明符
  3. ResultSet的升级RowSet、离线的CachedRowSet、离线分页查询
  4. SpringMVC的核心思想,概念及特点
  5. 探索性思维——How to Solve It
  6. Deep Reinforcement Learning with Double Q-learning(double DQN)
  7. TCPIP协议分层模型
  8. 【简记】在Ubuntu 16.04 LTS上执行命令“dmesg -l err”返回一系列错误
  9. 通过HuTool工具类和oshi查询cpu使用率、内存大小、磁盘空间等
  10. css动画制作幻灯片