http://www.lanbaoit.com/forum.php?mod=viewthread&tid=1&extra=

  • 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

本主题由 admin 于

ListView所扩展的各种牛叉效果相关推荐

  1. 开源集合-ListView所扩展的各种牛叉效果

    android-pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView.ViewPager.WevView.ExpandableListView.GridVie ...

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

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

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

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

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

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

  5. Android小項目之--ListView與ListAcitivity完善論壇管理效果2(附源碼)

    ListAcitivity 类型布局用来配置应用程序,主要为显示菜单列表.列表明细项目,假如让程序继承 ListActivity ,可以实现以下的方法: getListAdapter() 取得目前列表 ...

  6. Android ListView侧滑item,仿QQ删除效果

    尊重原创,转载请注明(http://blog.csdn.net/aoshiwenrou/article/details/42971193) 最近的项目需求有一条是要实现仿QQ的侧滑删除效果,网上搜到了 ...

  7. C#中listView列自动适应缩放的完美效果

    在网上搜了很多办法,包括width=-1.-2,效果都不理想.自己摸索了个办法: 1:设计时,先把各列尺寸大体上调好: 2:启动时记下来各列width所占的比例. public class colSi ...

  8. 倍思 USB分线器3.0高速扩展4口HUB多接口扩展转换器 功能多一点 效果好很多

    笔记本外设接口不足问题,对于白领一族带来的影响非常大,日常工作中经常会遇到文件传输问题,例如将移动硬盘中的文件拷贝到U盘上,或者是将手机上接收到的一些办公文件拷贝到移动硬盘上等等,由于多数潮流笔记本电 ...

  9. 大揭秘:各种牛叉的立体停车场的原理!

    机械式立体停车场种类树状图: 一.升降横移类 1.二层升降横移式: ·二层升降横移式适用于室内.户外. ·车位可增加到1.8倍以上 ·考虑同时进出车的可能性,以3-6联最为合理. ·二层升降横移式梁下 ...

最新文章

  1. 历史数据如何处理_数据库表数据量大读写缓慢如何优化(1)【冷热分离】
  2. 【6】C++语法与数据结构之STL_list学生管理系统_链表外排序_函数指针
  3. NX机制及绕过策略-ret2libc
  4. 关于mult-xip bin的一些资料整理
  5. HTML判断如果并且,将html转换为js,并且其中含有判断语句
  6. 服务器安装python虚拟环境
  7. Android 四大组件
  8. Qt开发之路——基于RedfishAPI的服务器管理小应用
  9. [Codeforces 894E] Ralph and Mushrooms
  10. HTTP协议-python接口自动化话测试(无涯)
  11. 前端html——图片插入
  12. 案例分享 | 数字化综合人才管理平台
  13. 互联网的女性主义特征
  14. python爬虫之爬取起点中文原创小说排行榜
  15. ns手柄pc驱动_PC和NS通吃的手柄:北通宙斯游戏手柄精英版上手
  16. NB物联网之天翼物联(5)——编写编解码插件
  17. GHOST装机出现A:\GHOSTERR.TXT 问题分析和详解
  18. codeforces1361C Johnny and Megan‘s Necklace
  19. 计算机一级大题知识点,全国计算机等级考试一级基本操作题考点
  20. vue中 @click 绑定点击事件 方法传递参数 typescript(通用)

热门文章

  1. python爬虫torrentkitty的种子
  2. frp实现Windows家庭版P2P远程桌面
  3. Spring 整合 Google Captcha 验证码
  4. 免费etl调度工具Taskctl-Web应用版功能框架及特性
  5. C#中FileSystemWatcher的使用教程
  6. QT5.5编译程序无法启动,报应用程序正常初始化 0xc0000135 失败问题解决一例
  7. springboot+mybatis分页插件pageHelper的配置与使用
  8. List和数组的相互转换
  9. vue style 标签中 background-image 空白不显示
  10. Mask_Rcnn_tf2在2080显卡上训练遇见的问题