
android-屏幕手势
allenlee
追求完美!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 滑动切换页面 以及屏幕手势
http://trinea.iteye.com/blog/10547861.OnGestureListener和OnDoubleTapListener2.setOnTouchListener3.重载onFling函数4.OnFling的四个参数意思分别为Xml代码 e1 The first down motion event that sta转载 2013-11-18 10:20:22 · 1511 阅读 · 0 评论 -
仿网易新闻效果源码分析
http://www.mythroad.net/2012/11/08/imitation_netease_news_source_code_analysis_of_the_effect_of/http://download.youkuaiyun.com/detail/aomandeshangxiao/4751356转载 2013-11-18 10:47:10 · 1257 阅读 · 0 评论 -
Android 滑动切换页面-ViewFlipper
http://blog.youkuaiyun.com/sjf0115/article/details/7262064View切换的控件—ViewFlipper转载 2013-11-19 10:46:16 · 1559 阅读 · 0 评论 -
ViewFlipper和ViewPager的区别
http://blog.youkuaiyun.com/linghu_java/article/details/86966301.ViewFilpper类继承于ViewAnimator类。而ViewAnimator类继承于FrameLayout。查看ViewAnimator类的源码可以看出此类的作用主要是为其中的View切换提供动画效果。该类有如下几个和动画相关的方法。2.ViewP转载 2013-11-19 11:04:52 · 6062 阅读 · 3 评论 -
ViewPager+Fragment的结合使用,实现QQ界面的理解
http://my.eoe.cn/fashr314/archive/10358.html转载 2013-11-19 11:07:33 · 1445 阅读 · 0 评论 -
android之Touch事件处理机制
参考两篇比较好的文章1.http://blog.youkuaiyun.com/starfeng11/article/details/70093382.http://blog.youkuaiyun.com/spt110/article/details/7919870自己做测试的例子:http://download.youkuaiyun.com/detail/fastthinking/7089909原创 2014-03-24 14:19:18 · 2034 阅读 · 0 评论