本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- lemonhandsome
- jh108020
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- zhanjia
- lzyfn123
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- daizj
- hanbaohong
- 喧嚣求静
- johnsmith9th
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
最新文章列表
PlayAnimations
PlayAnimations
介绍:
一个使用Transition 框架实现PlayGames 应用中的各种动画效果的demo,只能在Lollipop以上有效。http://itlanbao.com/code/20150816/10000/100445.html
运行效果:
完全高仿58同城 点击展开的表格效果
完全高仿58同城 点击展开的表格效果
介绍:
完全高仿58同城 点击展开的表格效果 使用tablelayout来实现,每一个tablelayou里面还添加一个GridView,并且很好的处理Viewpager和gridview的滑动冲突事件,
运行效果:
ExpandableButtonMenu
ExpandableButtonMenu
介绍:
点击一个button扩展成多个菜单项的menu控件,弹出菜单的同时会增加一个透明层,动画效果见gif,类似与Foursquare应用,需要注意编译的时候要依赖nineoldandroids库。支持2.3版本。
运行效果:
android-sticky-viewpager
android-sticky-viewpager
介绍:
ViewPager带有粘性功能,常规的处理方法可能会超级复杂,因为涉及到大量的onTouch监听、拦截,滑动时因为效率问题影响用户体验,不信你去看一下应用宝、豌豆荚的App详情页,然后滑动一下试试。
运行效果:
android-ripple-background
android-ripple-background
介绍:
能产生波浪效果的背景图片控件,可以自定义颜色,波浪扩展的速度,波浪的圈数。 http://itlanbao.com/code/20150816/10000/100456.html
运行效果:
AppManager-for-Android App应用管理
AppManager-for-Android App应用管理
介绍:
AppManager-for-Android android App应用管理,通过连接能够快速下载并且安装apk功能,这例子适合刚起步的公司需要推广自己的apk的时候使用,通过手机发送apk连接或者邮件,然后能够实现快速下载安装,达到推广目的。
运行效果:
Android-FoldingLayout
Android-FoldingLayout
介绍:
一个用法camera实现的折叠动画。 A layout to switch over its children using a page folding animation The current project contains a sample Activity and the FoldingLayout itself
http ...
TriXigT-VectorTD-master一款简单的游戏开发
TriXigT-VectorTD-master一款简单的游戏开发
介绍:
TriXigT-VectorTD-master是一款简单的游戏开发,这款游戏主要知道我们如何播放音效,游戏页面画出移动物,这款游戏代码写得很简洁,主要由几个Fragment构成,OptionsMenuFragment,GameUiFragment,GameFragment,PauseFragment,HighS ...
<android特效>ArcAnimator动态输入参数旋转圆弧
ArcAnimator动态输入参数旋转圆弧
介绍:
ArcAnimator动态输入参数旋转圆弧,指导我们任一输入参数和方向旋转,适用于处理一些自定义加载进度条特效,把这个原理熟透了,所有的进度条特效都不在话下,
运行效果:
《android特效》DragLayout仿QQ侧滑效果
DragLayout仿QQ侧滑效果
介绍:
使用support.v4包下的ViewDragHelper实现QQ5.0侧滑效果
https://github.com/BlueMor/DragLayout
运行效果:
《Android特效》FlippableStackView
FlippableStackView
介绍:
一个可以显示出view堆栈效果的库,最前面的那个view向下拖拽可以从栈中移除(带翻转效果),向上滑动可以恢复前一个被移除的View。
https://github.com/blipinsk/FlippableStackView
运行效果:
RippleEffect 点击渐变效果
RippleEffect 点击渐变效果
介绍:
Integration
The lib is available on Maven Central, you can find it with Gradle, please
dependencies { compile 'com.github.traex.rippleeffect:library:1.3'}Usage
Ripp ...