tags:

views:

380

answers:

1

Is there a TouchEvents DOM API for Android? I need to implement drag & drop behavior.

A: 

If you're doing Java programs for Android (rather than, say, Web pages with JavaScript for Android), MotionEvent may be what you're looking for.

Drew Dara-Abrams