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.
Myth well and truly hacked : Now flash can run on iPhone
The biggest announcement of the day at MAX was without a doubt the work they have done for the iPhone. In the not too distant future you will be able to build applications for iPhone with Flash CS5 Professional. Those applications can be distributed through Apple’s App Store. A public beta version of Flash CS5 Professional with this new capability is planned for later this year. Sign up to be notified when the beta starts.
This new capability in Flash CS5 Professional allows developers to use their preferred Flash Platform tools and technologies to develop content for a device that was previously closed to them. Because the source code and assets are reusable for applications that run on Flash Platform runtimes, Adobe AIR and Flash Player, it allows them to more easily target other mobile and desktop environments. For more information go to
http://labs.adobe.com/technologies/flashplayer10/videos/
http://blog.flashgen.com/2009/10/06/build-native-iphone-apps-with-flash-cs5/
I will post more information and post on Flash CS5 capabilities and Abobe Air 2 soon.
This extension notifies you with latest London underground tube updates. You can click on the browser button and check the status of any tube line.By default the extension updates the status in every 5 mins.
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
© 2008
Gaurav Jassal