• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android onMotionEvent() vs. ADB sim?

KlaymenDK

Android Expert
Hi,
I'm trying to make a doodle app, and the simulator (the ADB) seems to have an incomplete implementation. I have a handler for MotionEvents, and have followed the documentation in reacting to "push", "drag", and "release" events (that is, ACTION_DOWN, ACTION_MOVE, and ACTION_UP) -- but all I see in the sim's debugger, when I try to click&hold&drag with my mouse, are "taps" from the mouse-button-down-event.

The sim does seem to support press&hold&drag, because the home screen can be customized that way.

Has anyone else ran into this snag?

/Klay
 
Back
Top Bottom