gesturedetector
ImageSwitcher with GestureDetector "fling" / "swipe"
I\'m trying to implement a ImageSwitcher to move to next image on fling. It works well when clicking on the \"Next\" button, but I can\'t get it to work with the fling GestureDetector.[详细]
2023-04-04 19:06 分类:问答Android MapActivity onLongPress / zooming mix up
I have a class extending MapActivity which has an overlay attached to it extending ItemizedOverlay.Inside the overlay I have a GestureDetector and a OnGestureListener.Now for my problem:[详细]
2023-04-02 08:17 分类:问答Scrollview (Webview) wont work with GestureDetector
I hope someone can help me. This has been driving me crazy for days. I am designing an application using webview that allows users to swipe to next screen and back to previous screen using[详细]
2023-03-30 14:12 分类:问答Get selected item when double click on listview item
Here is the code to display listview items and onclick listener action. ListView list = (ListView) findViewById(R.id.list);[详细]
2023-03-20 10:43 分类:问答ScaleGestureDetector.OnScaleGestureListener.onScaleEnd() method not being hit
Update: I figured out what is happening.See comments. I am trying to write a ViewSwitcher that passes all gestures to its first child until it receives a scale gesture; it then passes them to its sec[详细]
2023-03-18 03:52 分类:问答onFling not being called on OSX Emulator?
I was playing with GestureDetector and notice that the onFling method is never called when running in the emulator on OSX.[详细]
2023-03-13 17:08 分类:问答How can I detect tap on the screen?
More specific where do I attach OnGestureListener so that I can detec开发者_开发百科t onSingleTapUp everywhere on the screen,[详细]
2023-03-09 16:54 分类:问答android how todo onSingleTapUp outside my view
Maybe im probably all wrong about this. Here goes.. I have the: gestureScanner = new GestureDetector(this);[详细]
2023-03-09 15:01 分类:问答Passing Message (loadUrl) from GestureDetector to WebView on Android
I\'m having trouble calling loadUrl() on the WebView attached to my Activity from deep inside the GestureDetector class, but I don\'t know how to pass the message up.[详细]
2023-03-06 09:12 分类:问答onFling for a TextView not working
I\'m trying to detect an onFling event for a TextView object. The code below works perfectly for the onDown event, however it fails to get the onScroll or onFling events. Any pointers?[详细]
2023-02-28 05:20 分类:问答