文章分类 -  视图效果 (View Effects)

【开源】ParallaxHeaderViewPager
摘要:ParallaxHeaderViewPager项目地址:https://github.com/boxme/ParallaxHeaderViewPager介绍:ViewPager + tab + 视差效果 + sticky效果的demo。运行效果:使用说明:无相关代码ParallaxPagerTran... 阅读全文

posted @ 2015-05-11 09:42 wasdchenhao 阅读(439) 评论(0) 推荐(0)

【开源】JelloToggle
摘要:JelloToggle项目地址:https://github.com/Fichardu/JelloToggle介绍:一个拉扯效果的控件。运行效果:使用说明:1234567891011121314151612345setCheckedJelloColor(intcolor);setCheckedDra... 阅读全文

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

【开源】FlipViewPager.Draco
摘要:FlipViewPager.Draco项目地址:https://github.com/Yalantis/FlipViewPager.Draco介绍:类似于flipboard的折叠翻页效果,通过自定义FrameLayout的方式实现,很流畅。不过其使用方式实在太奇怪,Yalantis公司开源了很多效果... 阅读全文

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

【开源】shimmer-android
摘要:shimmer-android项目地址:https://github.com/facebook/shimmer-android介绍:Shimmer是一个为任意View添加闪烁效果的库。适用于营造简约低调的加载提示,这个项目最初是为facebook的首页开发的。运行效果:使用说明:之前我们介绍了一个同... 阅读全文

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

【开源】labelview
摘要:labelview项目地址:https://github.com/linger1216/labelview介绍:有时,我们需要在ImageView(或者任意view)的左上角或者其他角显示一个勋章标记之类的贴片。LabelView可以帮助你完成这个功能。运行效果:使用说明:导入将LabelView.... 阅读全文

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

【开源】SpringIndicator
摘要:SpringIndicator项目地址:https://github.com/chenupt/SpringIndicator介绍:使用bezier实现粘连效果的页面指示,基于BezierDemo http://jcodecraeer.com/a/opensource/2015/0203/2406.h... 阅读全文

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

【开源】LolliPin
摘要:LolliPin项目地址:https://github.com/OrangeGangsters/LolliPin介绍:棒棒糖风格的pincode 库(API 10+),(干嘛用的我也不知道,貌似是什么印度邮编)运行效果:使用说明:无相关代码GridPasswordView 阅读全文

posted @ 2015-04-16 10:12 wasdchenhao 阅读(143) 评论(0) 推荐(0)

【开源】BezierDemo
摘要:BezierDemo项目地址:https://github.com/chenupt/BezierDemo介绍:贝塞尔曲线的一种应用。类似于qq消息气泡拖拽消失的效果。运行效果:使用说明:无相关代码DraggableFlagViewSpringIndicator 阅读全文

posted @ 2015-04-16 10:08 wasdchenhao 阅读(72) 评论(0) 推荐(0)

【开源】bitmapMesh
摘要:bitmapMesh项目地址:https://github.com/7heaven/bitmapMesh介绍:还记得Morning Routine 闹钟应用吗,里面有个窗帘拉动的效果非常吸引眼球,bitmapMesh基本实现了这种效果,虽然不如Morning Routine 中那么逼真,但是至少提供... 阅读全文

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

【开源】BlurBehind
摘要:BlurBehind项目地址:https://github.com/faradaj/BlurBehind介绍:在api 14之前,有一个叫做FLAG_BLUR_BEHIND的Window flag ,用于模糊window后面所有的元素。但是现在已经不支持了,BlurBehind 提供了实现此功能的简... 阅读全文

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

【开源】android-stackblur
摘要:android-stackblur项目地址:https://github.com/kikoso/android-stackblur介绍:StackBlur 是一个根据半径和阴影产生模糊效果的库,有用到jni,编译比较麻烦。运行效果: 阅读全文

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

【开源】DraggableFlagView
摘要:DraggableFlagView项目地址:https://github.com/wangjiegulu/DraggableFlagView介绍:可拖拽的红点,(仿新版QQ,tab下面拖拽标记为已读的效果),拖拽一定的距离可以消失回调。运行效果:使用说明:实现原理:当根据touch事件的移动,不断调... 阅读全文

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

【开源】pull-layout
摘要:pull-layout项目地址:https://github.com/john990/pull-layout介绍:一个下拉放大顶部图像的控件。提供了ListView和普通layout了两种场景下的实现,做的不错,但是有个问题,其对手势的有效范围的设置太窄,导致在高分辨率的手机上给人响应不灵敏的错觉,... 阅读全文

posted @ 2015-04-06 11:20 wasdchenhao 阅读(100) 评论(0) 推荐(0)

【开源】WaveView
摘要:WaveView项目地址:https://github.com/jingchenUSTC/WaveView介绍:Android实现水流波动效果WaveView,用贝塞尔曲线的移动模拟水流的波动,具体原理分析参见博客http://blog.csdn.net/zhongkejingwang/articl... 阅读全文

posted @ 2015-04-06 11:08 wasdchenhao 阅读(194) 评论(0) 推荐(0)

【开源】ZDepthShadowLayout
摘要:ZDepthShadowLayout项目地址:https://github.com/ShogoMizumoto/ZDepthShadowLayout介绍:实现Android MaterialDesign 中的z轴阴影效果。运行效果: 阅读全文

posted @ 2015-04-06 10:56 wasdchenhao 阅读(236) 评论(0) 推荐(0)

【开源】Parallax Everywhere
摘要:Parallax Everywhere项目地址:https://github.com/Narfss/ParallaxEverywhere介绍:Parallax Everywhere是一个让ImageView和TextView产生(视差)Parallax 效果的库。运行效果: 阅读全文

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

【开源】EtsyBlur
摘要:EtsyBlur项目地址:https://github.com/Manabu-GT/EtsyBlur介绍:EtsyBlur 是一个让你轻松实现毛玻璃效果的开源库。运行效果: 阅读全文

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

【开源】MatchView
摘要:MatchView项目地址:https://github.com/Rogero0o/MatchView介绍:MatchView实现文字循环高亮显示和文字碎片动画运行效果:使用说明:xml中1234567891011xmlns:match="http://schemas.android.com/apk... 阅读全文

posted @ 2015-04-02 10:47 wasdchenhao 阅读(477) 评论(0) 推荐(0)

【开源】PullZoomView
摘要:PullZoomView项目地址:https://github.com/Frank-Zhu/PullZoomView介绍:又一个PullZoom效果的库,提供了ListView和ScrollView的两种实现,同时可可以设置一些属性,比如是否显示header,是否启用Parallax 等运行效果: 阅读全文

posted @ 2015-04-02 10:42 wasdchenhao 阅读(220) 评论(0) 推荐(0)

【开源】PullToZoomInListView
摘要:PullToZoomInListView项目地址:https://github.com/matrixxun/PullToZoomInListView介绍:实现了pull to zoom-in效果的自定义ListView,效果比较好,但是有点小小的bug,不过已经有了解决这个bug的方案,在使用说明中... 阅读全文

posted @ 2015-04-02 10:41 wasdchenhao 阅读(126) 评论(0) 推荐(0)

导航