Contact me at : hello[at]gauravjassal[dot]com
Multi touch is a method of interaction with a computer screen or your smartphones like iPhone or Palm Pre. Its allows the user to interact with your device by placing one or more than one finger on the screen. The multi touch intraction have become very popular these days because of products like Apple iPhone .
Now Adobe Air 2 will also support Multi Touch to explore new techniques for interacting with software and devices with latest capabilities of Flash Platform. In multi touch there are two input mode : Gesture and touch. Gesture mode enables you to use predefined/built in gestures using GestureEvent and TransformGesture event. This includes logic for pinch, zoom, rotate, pan, two finger tap, etc. The gestures enable you to quickly and easily add gestural logic to your applications. Touch mode allows you to get access to low-level touch events using the TouchEvent class. This enables you to create custom gestures or actions for your applications.
I found one presentation by Andrew Trice from Cynergy System talking and demonstrating about Multi touch development with flex at Max 2009. It’s a 58 min presentation so sit back and watch the complete the presentations.
Here is another video of Adobe Air 2 demonstration.
I am not sure when it is going to be official released but I guess its will be early next year same time Adobe release Flash CS5. I can’t wait for it to get release I already have loads for applications in my mind. If you want to be among the first to test the public beta of AIR 2.0, all you have to do is to sign up over here.
Here’s the list of new features I found after reading some blogs online.
In the second example I am going to use Standard PHP Library (SPL) to notify all attendees about the party location change. SPL has 2 interfaces and a Class for Observer.
The Observer pattern defines a mechanism by which components can opt-in to receive messages when a target object changes its state. Its works similar to Listening to a Change event for a object or Trigger in a database
Multi touch is a method of interaction with a computer screen or your smartphones like iPhone or Palm Pre. Its allows the user to interact with your device by placing one or more than one finger on the screen.
© 2008
Gaurav Jassal