How can I verify, that device support multitouch event? If device have resistent display, multitouch is not possible. Is that way to find out, what kind of display is in dev
You can use PackageManager.hasSystemFeature with PackageManager.FEATURE_TOUCHSCREEN_MULTITOUCH
There is an interesting series of articles on Android multi-touch that are worth a look
Hope this helps,
Phil Lello