
Back a few months ago at max. BlackBerry announced they would be giving away free PlayBooks to developers who develop an application for their platform. I for one am all about free stuff. So I set out to develop a tool that I thought would be useful and I would use regularly. The app I decided to create was a programming calculator.
Today the application is finally complete and has been accepted into the app store.
While creating this app I used the latest version of Flash Builder Burrito. I found it a lot easier to use vs Flash Builder 4. The new built-in mobile wizards and device simulators were very helpful. Also the flex framework really worked great with layout and positioning as it always does. The only real gotcha with flex was how skinning works on mobile devices vs desktop apps. Everything else was a breeze.
Thanks Adobe and Blackberry for making such great tools that work!
One of the things I hate doing is managing all the different libraries I may use in a project. Luckily Dennis @ rozengain.com has made a plugin for Eclipse / Flash builder that works like a charm called the ActionScript Framework Downloader. All you need to make it work is:
- Eclipse 3.2 or greater
- SVN Command line tool
Once you have SVN all setup you can download the JAR file and place it in your Eclipse plugin folder and restart Eclipse .
To use it up first go to Preferences > ActionScript Framework Downloader and add the libraries you want to use. Then close the preferences window and navigate to the folder you want to download the libraries to. Right click on the folder and click download ActionScript framework here. Select the libs you want to download and then click finish.
That’s it. A very easy and slick plugin to manage all your library files. I’ve used it with the latest Beta of Flash Builder and it works great!