搜索资源列表
MoveViewGroup
- 在android中实现手势翻页效果,主要用到ViewFlipper和GestureDetector. ViewFlipper变化当前显示内容,GestureDetector监听手势. 用于多页的展示非常酷. -Implemented in the android gesture flip effect, mainly used ViewFlipper and GestureDetector. ViewFlipper change the current display, Gestur
GestureDetector
- android 关于手势识别的介绍,有图有真相,绝对好资料-android on gesture recognition of the introduction, there are pictures and the truth, absolute good information
ViewFlipper2
- 实现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
GridInputProcessor
- GridInputProcessor implements GestureDetector.
GestureDetector
- interface OnGestureListener Source Code for Andriod.
gdk-apidemo-sample-master
- This sample is a gallery of some GDK APIs usage: - Card and CardScrollView - GestureDetector - Theming with textAppearance - OpenGL in a LiveCard
gesturedetector
- 安卓开发之手势控制器,结合官方文档理解代码最好~(gesturecontroll in android)