Flex 4.6 Mobile components coming soon

Teoti Graphix, LLC is getting ready for the Flex 4.6 release of Flash Builder and the updated Flex 4.6 SDK.

Along with this release, we have developed our first mobile component toolkit, MobileUIToolkit1. The component kit offers time saving unit tested code with over 8 years of Flash Player component development. All of our components are tested and documented at the professional level a mobile application developer can feel confident in using.

All of our component kits come with support response time within 24 hours excluding weekends and holidays. You can google our company and see we have been on the front lines helping the Flex/AIR community since Flex version 2.

All of our mobile component skins are optimized in ActionScript and some have secondary MXML skins for those that want them. Skins are also DPI aware and will adjust according to the Application's DPI.

Mobile UI Toolkit 1

This toolkit will include a full PopUp Dialog framework with custom dialogs and alerts, implemented on a professional, encapsulated and reusable level. A full featured Progress Bar with primary, secondary and indeterminate implementation. A solid RatingBar component based off of the ProgressBar to satisfy all of those mobile stars.

The Components

  • PopUp - A self contained class that acts much like Android's Toast with duration layout placement and more.
  • Dialog - The base for all dialogs used with the PopUp.
  • AlertDialog - A modal or non modal dialog that uses events and implements a button provider for it's control buttons.
  • TextDialog - A dialog that uses a custom text content renderer (this is the default PopUp dialog).
  • ProgressBar - A progress bar that implements primary, secondary and indeterminate values with optional direction switching. As well as many styles to adjust the look through CSS.
  • MobileButton - A simple implementation of a spark Button that includes a longClick event and longClickDelay style.
  • Picker - A simple increment - decrement picker with dataProvider and data cycling.
  • RatingBar - The cliche mobile component that everybody needs. The component is based off of the ProgressBar which gives it even more power and usability.
  • WebView - A simple UIComponent implementation of the StageWebView. Note this is an "extra" and may not work in some mobile application designs due to the native nature of the StageWebView.