在Android的刷听众

在Android的刷听众

本文介绍了在Android的刷听众的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

有什么样onLeftSwipeListener和onRightSwipeListener在Android中?我想切换视图轻扫手指前进和后退。我使用的FrameLayout和里面的它内部的ImageView的。

Is there something like onLeftSwipeListener and onRightSwipeListener in Android? I want to switch views swiping finger back and forward. I use a FrameLayout and an ImageView inside inside of it.

推荐答案

其所谓 GestureDetector 和SimpleOnGestureListener其中有 onFling()。其所谓一扔,而不是刷卡在这种情况下:)

Its called GestureDetector and SimpleOnGestureListener which has onFling(). Its called fling and not swipe in this context :)

这篇关于在Android的刷听众的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 06:56