API Level 4 and below support only a single touch pointer officially. API Level 5 - 7 support multiple indistinguishable touch points (for instance if you place one finger down, then a second one, then raise one of your fingers Android can detect a finger has been raised, but does not know which one) API Level 8 supports multiple distinguishable touch points (up to 256 I believe)
So yes from API level 5 onwards you can implement a Multi-Touch application on Android. On Jul 21, 9:16 pm, gizmor <[email protected]> wrote: > Hi, > I'm new to Android, and I love it! > I was wondering how many touch are possible at the same time? > > The user click and drag (move) and while he's dragging he clicks again > (Other finger) and drag it too.. > > mmm, piano (multi touched) app... (with dragging)... is that possible? > > Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

