-
-

Twitter
- RT @riacowboy: Just blogged a new tutorial and videos: Building Client / Cloud Apps with Flash Builder for Force.com http://bt.io/FhWc
- Blogged: Video Chat for Android in 30 Lines of Code http://bit.ly/9MkX4k #Android
- Blogged: Android Trader Desktop with Flex and AIR ? Updated for Froyo + Source Code Available http://bit.ly/cIzKYR #Android #AdobeAIR #Flex
- Blogged: Employee Directory Sample App using Flex and AIR for Android -- Updated for Froyo http://bit.ly/9bCvMj #Android #AdobeAIR #Flex
- Blogged: "VoiceNotes for Android": Sample App using Flex, AIR, and the Microphone API http://bit.ly/9QlkoM #Android #AdobeAir #Flex
Categories
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- May 2008
- April 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
Category Archives: Flex
More Flex 4 / Spark ItemRenderer Samples
Here are a few additional examples of Flex 4 / Spark ItemRenderers. They are similar to the examples I provided in my previous post with a different set of items.
Posted in Flex 5 Comments
Cool ItemRenderers Made Easy in Flex 4
Flex 4 makes a lot of things a lot easier to build. After looking at custom components and skins in my previous post, here are a couple of samples focusing on ItemRenderers, States, and Animations. In this first example, I use the new “depth” attribute together with the new States syntax to make sure that [...]
Posted in Flex 5 Comments
Creating a Custom Component and Skins in Flex 4
The basic idea behind the Spark component model in Flex 4 is to entirely decouple the behavior of a component from its visual representation. You code the behavior of a component in one class and its visual representation in interchangeable MXML skin classes. This new architecture leads to lighter weight and easier to customize components. [...]
Posted in Flex 5 Comments
Tampa Bay Adobe Developer Event this Thursday
I’ll be in Tampa with James Ward and Greg Wilson this week, and we thought it would be great to put together an informal event for the local Tampa bay developer community. The details below are from Greg’s original post. When: Thursday, Jan 21 6:30pm-8:30pm Location: Taverna Opa Tampa – Channelside – next to Splitsville [...]
Posted in Flex 2 Comments
AIR 2.0 Web Server using the New Server Socket API
After exploring Java integration using the new Native Process API (here and here), Excel integration using the new file.openWithDefaultApplication(), and the new Microphone API, here is another application I wrote, this time to explore the new Adobe AIR 2.0 Server Socket API. The “Mini AIR Web Server” is a simplistic implementation of an HTTPServer. Needless [...]
Posted in Flex 23 Comments
Tomcat Launcher: Sample Application using the AIR 2.0 Native Process API
I have been playing with the new Native Process API of AIR 2.0, and here is a first sample application I wrote. “Tomcat Launcher” is like a mini Tomcat Console that allows you to start / stop Tomcat and view the standard output log without opening a DOS box or Terminal window. It also allows [...]
Posted in Flex 13 Comments
“Open in Excel”: Another AIR 2 Mini Sample
In Adobe AIR 1.0 and 1.5, there were different options to “open” the data of a Flex DataGrid in Excel. For example, you could leverage the AIR native drag-and-drop support to drag rows from the DataGrid to an open Excel spreadsheet. You could also drag rows to the desktop (or anywhere on the file system) [...]
Also posted in Air 20 Comments
“Voice Notes”: Record Voice Notes and Persist them in SQLite with AIR 2
As you probably already know, the Flash Player 10.1 and AIR 2 betas are now available on Adobe Labs. I’ve been playing with the Microphone API in AIR 2 while working on the booth here at Devoxx, and built this small sample application that allows you to record voice notes and store them in the [...]
Also posted in Air 8 Comments
FlexStore Revisited: Building an Animated Spark Layout