Android中的onPress/onRelease

前端之家收集整理的这篇文章主要介绍了Android中的onPress/onRelease前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在flash中有没有任何类型的onPress和onRelease for android按钮?

解决方法

是.您必须使用OnTouchListener而不是onClickListener. http://developer.android.com/reference/android/view/View.OnTouchListener.html

此外,这与闪存无关,不应标记为闪存.

猜你在找的Android相关文章