Wednesday, May 30, 2012

How to format Date object in a custom way or using locale

When you want to format your Date object in Actionscript instead of building string on your own (using getDay() and other functions provided by Date object) you can use Date Formatters. Unfortunately there are

Friday, May 25, 2012

Adobe AIR mobile app - how to get screen orientation?

In my recent project I had to get current screen orientation in my mobile app. How can you do this in Flex? I believe there are many ways to achieve that but here is my solution.