I would like to implement multi-touch in my application. Multi Touch support was not available until API version 5. However, I would also like my application to be backward compatible to API level 4. Is there a way around this other than creating two separate .apk in which I remove the multi-touch code from the version 4th level?
Thanks to everyone.
source
share