Sep 25th, 2011
If you are fairly new to mobile app development with Flash or Flex, I bet you have run into the following issue when creating your splash screens — You create a splash image that looks great when the device is held in portrait orientation: …but then when you turn it landscape, you get the white [...]
Sep 8th, 2011
Yesterday, I blogged about Geolocation. I thought it would be helpful to show some code that determines the current location in your app. CODE:
Sep 8th, 2011
I’ve been working on a couple of apps recently that use the Geolocation APIs. I’ve discovered a few tips and quirks that I felt were worthy of sharing. Geolocation object There are two classes that you need in order to implement location in your app – Geolocation and GeolocationEvent. When you create a Geolocation object, [...]
Sep 6th, 2011
A few days ago, a reader commented on my blog post, “The Flex Team discusses the future of Flex” and brought up the frequent debate of Flex versus ActionScript. This subject has been debated many times since Flex was born, but lately it is becoming a hot topic again, especially with developers shifting their focus [...]
Jun 20th, 2011
We’ve talked about Flex apps for Android, iOS and PlayBook for over a year… and you’re sick of hearing about it, right? Well, now we’re going to shut up and let the actual shipping product do the talking. Today, we released Flash Builder 4.5.1, the promised update to 4.5 that adds iOS and BlackBerry PlayBook [...]
Jun 30th, 2010
You’ve probably heard a lot of noise in the press, blogs, twitter, etc. about HTML 5. You’ve probably also heard how its new video and animation capabilities combined with other cool HTML 5 features is going to be the death of Flash, right? As a technical evangelist for Adobe, I obviously know a lot about [...]
Jun 18th, 2010
We just posted Tour de Flex 2.0. If you already have a previous version of Tour de Flex, it should auto-update to 2.0. This latest version has several bug fixes and now requires AIR 2.0 to support many new AIR 2.0 samples. Go grab it and check out the new samples in the [...]
May 26th, 2010
There are a lot of things that make building apps for mobile devices extremely fun and addictive. I’ve especially had fun with the onboard GPS in my Google Nexus One using ActionScript (flash.sensors.Geolocation class). It’s actually very simple. Here’s a trivial example: I’m currently playing around with a mobile app that polls my location every [...]
Apr 4th, 2010
Christian Cantrell shows off one code base running on five difference devices. Simply fantastic. Full article here