Android:Multi touch event handling is supported in Android 1.6 SDK?
Friends,
I like to know using which version of Android SDK we can develop multi touch h开发者_如何学Goandling. Does Android SDK 1.6 support multi touch? If yes, can i get some sample code, where i can have multiple imagebuttons placed on screen and clicking on all the imagebuttons at a time should detect multiple touch events?
Thank you.
I think its an update with the 2.1. Why do you want to try on 1.6 at this point any way?
Yes.
Have a look here: http://lukehutch.wordpress.com/2010/01/06/my-multi-touch-code-ported-to-eclair/.
精彩评论