Category Archives: AIR

AIR

Customizing Flex applicationDPI for a multiple screen size application

Building a Flex mobile application that works across smartphones and tablets takes an understanding of screen sizes, screen dots per inch (DPI) and screen resolutions. In the current landscape of devices typically you consider a tablet something bigger then a 5-6 inch physical screen. Also in the current device landscape screen resolutions are for tablets [...]

Applying styles to StyleableTextField with Flex CSS

The following code example comes from my experience in building the Caltrain Times mobile application. In the process of building out Caltrain Times I needed to convert some MXML item renders into ActionScript item renderers. I used some Flex CSS class selectors to change the look and feel for some labels based upon a selected [...]

Hackathons Are Becoming Quite Popular

I have seen an increase of mobile hackathons, hack days, and/or startup weekends in the last year. Typically the format runs over 1-3 day timeframe, where teams come together and code up a storm. Typically prizes are decent, people are friendly, and its a great way to learn new things. I would definitely recommend it [...]

Caltrain Times at MAX and Source Code

I have been working on an application called Caltrain Times. It is available in quite a few marketplaces and runs across smartphones and tablets. I have made the source code for this application available on my github here. Adobe MAX is coming up in a few weeks and I will be speaking again at MAX. [...]

Using Flash Builder’s Mobile Workflow with Flash Professional Projects

Flash Professional and Flash Builder both have mobile workflows. If you want to use the mobile workflow of Flash Builder with a Flash Professional project take a look at the video at the end of the post. The basic idea is to use Flash Professional and/or Flash Professional Project type in Flash Builder as the [...]

Introducing the Caltrain Times Application

I have been working on a mobile application and finally have it released in the major marketplaces. It has been a great learning experience to go through the mobile developement process. The mobile application I have been working on is called Caltrain Times. The purpose of the application is to help commuters of the Caltrain [...]

Why Native Extensions for AIR

With the release of the RC builds of AIR 3.0 and Flash Player 11 on labs more details about the coming runtimes is being discussed publicly. I want to focus on one of the new features called Native Extensions for AIR, Oliver Goodman does a great job explaining the feature and some of the details [...]

Adding Android Development Tools (ADT) to Flash Builder 4.5.1

I am looking at doing some Android development to extend my AIR applications (AIR Native Extension). There is not a lot of public information on AIR Native Extensions but you can check out some information here. For those that really want to start playing with it right now you can apply for the private prerelease [...]

Designing and Skinning Mobile Applications Link Roundup

I gave a session to the Adobe community as part of the Tech Wednesdays series. The topic was on "Designing and Skinning Mobile Applications", which by it self is a huge topic. I wanted to post a bunch of links I used or I think are good for more detail while designing mobile applications. This [...]

PlayBook (.bar) Application Signing Roundup

NOTE: There is an AIR application that was created to help with signing and other Tablet OS common commands. Check it out here. I wanted to post a round up post to both serve as an overview for new people but gather a bunch of info in one place for others that might have been [...]