Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Using an accelerometer on a mobile device

    The good news if you want to understand the accelerometer is that the documentation on Adobe's site already provides some great examples. In fact, the initial portions of code for this tutorial are lifted straight from documentation which provides details on how to determine if the accelerometer is ...

  2. Avg. Rating 5.0

    Adding HTML text to a Flex Mobile TextArea

    By accessing the underlying MobileTextField you can gain access to the htmlText attribute.

  3. Avg. Rating 5.0

    Local Copy of Remote Images in AIR for Android

    AIR for Android (and thereby mobile Flex) has access to the same file API you are accustomed to in standard desktop AIR application programming. You can utilize this to create a local copy of the remote image and serve this up when offline or simply for faster display.

  4. Avg. Rating 4.0

    Adding gesture support to your Flex Hero mobile applications

    By default Flex Mobile does not include support for gestures but it turns out to be very easy to add. It's simply a matter of importing the class and adding listeners where necessary.

  5. Avg. Rating 3.0

    How do I add a QR code reader to my Flex mobile application?

    Utilizing the open source ZXing ActionScript project and updating some code originally posted by Michael B we can decode QR codes as viewed through using the Camera class.

  6. Avg. Rating 1.0

    Passing Data on Pop Methods in Mobile Flex

    Passing data on pushView() is easy since it takes a data property. However, popView and popToFirstView() do not, so it isn't quite so obvious. Nonetheless, once you know the solution, this turns out to be a very simple matter of overriding a method in the View being popped.

  • Results 1-6 of 6