搜索资源列表
-
0下载:
在android中实现手势翻页效果,主要用到ViewFlipper和GestureDetector.
ViewFlipper变化当前显示内容,GestureDetector监听手势.
用于多页的展示非常酷. -Implemented in the android gesture flip effect, mainly used ViewFlipper and GestureDetector. ViewFlipper change the current display, Gestur
-
-
0下载:
实现Android主页面的左右拖动效果。实现起来很简单,就是使用ViewFlipper来将您要来回拖动的View装在一起,然后与GestureDetector手势识别类来联动,确定要显示哪个View,加上一点点动画效果即可-Android home page or so drag effect. Is simple to implement, is to use ViewFlipper you want to drag back and forth View installed, then wi
-