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
2009-02-16 23:41:46