文章分类 -  列表 (ListView)

【开源】ListViewVariants
摘要:ListViewVariants项目地址:https://github.com/AndroidDeveloperLB/ListViewVariants介绍:一个实现了PinnedHeaderListView的库,并提供了Lollipop上联系人效果的demo运行效果:使用说明:注意如果联系人是中文的... 阅读全文

posted @ 2015-05-08 11:35 wasdchenhao 阅读(155) 评论(0) 推荐(0)

【开源】Scrollable
摘要:Scrollable项目地址:https://github.com/noties/Scrollable介绍:一个帮你实现选项卡切换+下拉显示头部等效果的布局。运行效果:使用说明:将你的view包裹进u.noties.scrollable.ScrollableLayout,大致是这样123456789... 阅读全文

posted @ 2015-05-05 11:01 wasdchenhao 阅读(252) 评论(0) 推荐(0)

【开源】android-advancedrecyclerview
摘要:android-advancedrecyclerview项目地址:https://github.com/h6ah4i/android-advancedrecyclerview介绍:带高级功能的RecyclerView (滑动删除,拖动排序,分组,下拉扩展等)运行效果:使用说明:无相关代码androi... 阅读全文

posted @ 2015-05-04 10:28 wasdchenhao 阅读(504) 评论(0) 推荐(0)

【开源】Android-GoogleIoView
摘要:Android-GoogleIoView项目地址:https://github.com/ufo22940268/Android-GoogleIoView介绍:模仿2014 google io写的一个parallax view ,下拉缩放,上滚固定头部。运行效果:使用说明:在gradle.build中... 阅读全文

posted @ 2015-05-04 10:25 wasdchenhao 阅读(103) 评论(0) 推荐(0)

【开源】Taurus
摘要:Taurus项目地址:https://github.com/Yalantis/Phoenix介绍:开发商Yalantis在继 Phoenix 之后的又一个很酷的下拉刷新源码。这是下拉出现的是一个飞机。运行效果:使用说明:开发商Yalantis的网站http://yalantis.com/works使... 阅读全文

posted @ 2015-04-29 10:21 wasdchenhao 阅读(192) 评论(0) 推荐(0)

【开源】UltimateRecyclerView
摘要:UltimateRecyclerView项目地址:https://github.com/cymcsg/UltimateRecyclerView介绍:UltimateRecyclerView 是一个实现了滑动刷新,上拉加载,滑动删除,拖动排序,滚动显示与隐藏toolbar等效果的RecyclerVie... 阅读全文

posted @ 2015-04-29 10:19 wasdchenhao 阅读(447) 评论(0) 推荐(0)

【开源】PullDownListView
摘要:PullDownListView项目地址:https://github.com/guojunyi/PullDownListView介绍:下拉刷新,上拉加载,模仿微信眼睛。运行效果:使用说明:1234567891011121314151617181920212223242526271234567891... 阅读全文

posted @ 2015-04-29 10:03 wasdchenhao 阅读(147) 评论(0) 推荐(0)

【开源】RecyclerViewFastScroller
摘要:RecyclerViewFastScroller项目地址:https://github.com/danoz73/RecyclerViewFastScroller介绍:RecyclerViewFastScroller是然RecyclerView显示快速滚动条条的控件, 只要将它RecyclerView... 阅读全文

posted @ 2015-04-27 09:22 wasdchenhao 阅读(1244) 评论(0) 推荐(0)

【开源】CollapseOnScroll
摘要:CollapseOnScroll项目地址:https://github.com/KlassenKonstantin/CollapseOnScroll介绍:模仿Android Lollipop 联系人滚动效果的容器。运行效果: 阅读全文

posted @ 2015-04-20 10:38 wasdchenhao 阅读(104) 评论(0) 推荐(0)

【开源】StikkyHeader
摘要:StikkyHeader项目地址:https://github.com/carlonzo/StikkyHeader介绍:StikkyHeader是一个可以在滚动的时候将头部固定的控件,还可以将动画效果和StikkyHeader一起使用,api非常简单, 支持ListView,RecyclerView... 阅读全文

posted @ 2015-04-14 09:34 wasdchenhao 阅读(159) 评论(0) 推荐(0)

【开源】PageAndPullToRefresh
摘要:PageAndPullToRefresh项目地址:https://github.com/tubeber/PageAndPullToRefresh介绍:分页加载和下拉刷新,几行代码完全搞定运行效果:使用说明:本项目封装了分页请求和下拉刷新的全部过程,开发者只需要关注ListView子项视图的绘制和Li... 阅读全文

posted @ 2015-04-13 09:29 wasdchenhao 阅读(174) 评论(0) 推荐(0)

【开源】CRefreshLayout
摘要:CRefreshLayout项目地址:https://github.com/cloay/CRefreshLayout介绍:文字碎片效果的下拉刷新,可以自定义refresh view ,类似与ios上的CBStoreHouseRefreshControl运行效果:使用说明:无相关代码android-P... 阅读全文

posted @ 2015-04-13 09:26 wasdchenhao 阅读(142) 评论(0) 推荐(0)

【开源】Pull-to-Refresh.Rentals-Android
摘要:Pull-to-Refresh.Rentals-Android项目地址:https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android介绍:pull to refresh下拉刷新的有一种效果。运行效果:使用说明:Dribbble上的概念设计图p... 阅读全文

posted @ 2015-04-10 10:17 wasdchenhao 阅读(223) 评论(0) 推荐(0)

【开源】ParallaxListView
摘要:ParallaxListView项目地址:https://github.com/mattlogan/ParallaxListView介绍:ListView的header在滚动过程中会产生视差效果。运行效果:使用说明:Use aParallaxListViewwhere you'd normally ... 阅读全文

posted @ 2015-04-10 09:51 wasdchenhao 阅读(70) 评论(0) 推荐(0)

【开源】recyclerview-animators
摘要:recyclerview-animators项目地址:https://github.com/wasabeef/recyclerview-animators介绍:一个方便你给RecyclerView items添加item动画的库。运行效果:使用说明:设置ItemAnimator12RecyclerV... 阅读全文

posted @ 2015-04-10 09:17 wasdchenhao 阅读(174) 评论(0) 推荐(0)

【开源】SuperSLiM
摘要:SuperSLiM项目地址:https://github.com/TonicArtos/SuperSLiM介绍:为RecyclerView提供交替变换视图布局的layout manager。可以在线性、网格、不规则网格布局中交替切换,同时带有sticky header的效果。运行效果: 阅读全文

posted @ 2015-04-09 09:38 wasdchenhao 阅读(228) 评论(0) 推荐(0)

【开源】ListViewAnimations
摘要:ListViewAnimations项目地址:https://github.com/nhaarman/ListViewAnimations介绍:实现了ListView中各种动画效果的控件,包括滑动删除,拖动排序,添加元素动画等运行效果: 阅读全文

posted @ 2015-04-09 09:31 wasdchenhao 阅读(110) 评论(0) 推荐(0)

【开源】BlurStickyHeaderListView
摘要:BlurStickyHeaderListView项目地址:https://github.com/emmano/BlurStickyHeaderListView介绍:一个自定义的ListView,该控件能让在list的头部图片在滚动的时候呈现出模糊与视差效果,同时当往上滚动到一定距离,ListView... 阅读全文

posted @ 2015-04-09 09:30 wasdchenhao 阅读(168) 评论(0) 推荐(0)

【开源】android-parallax-recyclerview
摘要:android-parallax-recyclerview项目地址:https://github.com/kanytu/android-parallax-recyclerview介绍:recyclerview实现的List头部parallax(视差)效果。运行效果:使用说明:创建list对象并传递给... 阅读全文

posted @ 2015-04-09 09:28 wasdchenhao 阅读(481) 评论(0) 推荐(0)

【开源】recyclerview-stickyheaders
摘要:recyclerview-stickyheaders项目地址:https://github.com/eowise/recyclerview-stickyheaders介绍:recyclerview实现的头部分类(stickyheader)效果,有top和overlay两种分类显示方法。运行效果: 阅读全文

posted @ 2015-04-09 09:26 wasdchenhao 阅读(209) 评论(0) 推荐(0)

导航