Archive for category Android
Radar running on the Samsung Galaxy Pad (European)
Posted by Mark Doherty in Android, Flash Player, Mobile Content on September 21, 2010

Last week I visited Toronto in Canada for the second FITC Mobile event, part of the Mobile Innovation week held in the city. As always the event was a great success and it was nice to meet up with old friends, and hear about the exciting new ideas in the mobile industry.
Samsung were a sponsor this year again, and thankfully the team had brought along a couple of Samsung Galaxy Tab devices for the attendees to play with. The device is very nice, light in the hand and with a beautiful bright screen – the whole experience is very fluid. Something that I missed at the launch was the inclusion of a phone, so it was great to see added functionality and play with the browser.
With a little arm twisting I managed to install the very latest AIR2.5 beta for Android and test out my application, Radar.
On the way to Canada I have been playing with dynamic layouts, and trying to figure out how the application will scale for different screen sizes. At the time I was only thinking about the desktop, Nexus One and Droid 2 – but hey, why not a tablet
The video below shows the experience running well, although the demo gods were circling…
Terry Ryan, Paul Trani and Brian Rinaldi were also at the event, it was great to catch up with the US Evangelists. In fact Paul also recorded a great video demo of Flash in the browser on the Samsung Tablet here:
I am also provide the update source files for this demo below, maybe you can think of new features and play around with the UI?
DOWNLOAD SOURCE
P2P Radar for Android
Posted by Mark Doherty in Android, Mobile Content on August 27, 2010
A few weeks ago I published a video demonstrating the amazing P2P features in AIR2.x, running on the desktop and on Android devices. Well I have been hard at work improving this application and making it robust enough to show here in India at the Flash Platform Summit.
The result is a pretty complex application that enables users to establish P2P video calls. I have used Google Maps in 3D mode and added Gesture support, Twitter for Authentication and a completely new API.
As promised, here is the source for you to download. Remember that Tom Krcha is our P2P and FMS expert, so make sure that you keep up-to-date on his blog for more elaborate uses of P2P.
DOWNLOAD
X-Wing GPS Targeting
Posted by Mark Doherty in Android, Flash Player on August 13, 2010
Check this out from Christopher Caleb (a long time Flash mobile developer)
Update – P2P Video Calls on Android
Posted by Mark Doherty in Android, Flash Player, Industry News, Mobile Content on July 17, 2010
Note: These AIR features are “working”, although they may not make it into the v1 product.
Note: This is not an Adobe product, but simply a feature demo that took 3 days. Any one can build P2P applications with Flash and AIR.
This week I have been working on a couple of different mini-projects to test out new beta features of AIR 2.5 for Android. The engineering team are pushing out features every week, and I have to say I’m very very impressed with their efforts. We are arguably now at feature parity with the desktop AIR releases, which is precisely the goal of the Open Screen Project.
In the 5/7 build we have added Camera, Microphone, StageWebView and NativeExtensions features to the beta. Of course AIR comes with all of the Flash Player 10.1 features along with multi-touch/gestures, support for bitmap matrix caching and Geolocation APIs in addition.
The code isn’t exactly stable so I don’t want to release it just yet. I hope I can finish it by next week, by which time it will have a name. I changed the name of this demo since it’s not an Adobe Flash Platform product, which caused some confusion. There aren’t plans currently to release this as a product, however I will publish the source code for all.
Flash/AIR on!
AIR2.5 StageWebView demo – OAuth Support
Posted by Mark Doherty in Android, Flash Player, Mobile Content on July 17, 2010
Some of you will have seen our recent series of e-seminars and blog posts about EVA, the Evangelist tool for day-to-day activities. As you would expect, it’s a multi-screen application that uses all of our technologies where possible.
In terms of production, I am responsible for the mobile implementation and for that I created a number of features such as the GeoServices library, Twitter widget and radar widget – all of which I covered in previous blog posts.
One of the team gripes with the Twitter component is that it’s too hard to login to Twitter using the PIN based mechanism. With that in mind I jumped at the chance to use StageWebView that is now part of the AIR 2.5 beta on Android devices.
