Existing popular AIR mobile component is Feathers UI based on Starling framework. In old phone model, e.g. iPhone3GS. Starling framework cause the app launch time extremely long. Therefore, I develop a lightweight AIR mobile component from scratch, without based on Stage3D, you can use in any phone models or platforms.
The Only Objective:
- lightweight and launch fast
Because it is lightweight but customizable, it does not provide UI redraw automatically. If you have made any change on UI, you have to call component public redraw method manually.
Included components:
- Button
- ComboBox
- Label (support multilines, abbreviation with ellipsis)
- Paging Circle ( ● ○ ○ )
- TextInput
- TextArea
- Divider (line, edge)
- ToggleButton (on/off)
- List (support pull to refresh, infinite paging)
- TileList (support pull to refresh, infinite paging)
- Navigation (history manager, back button)
- Accordion
Status: in between alpha and beta, no documentation, not recommend use in production project.
Dependency Class: TweenMax: http://www.greensock.com/tweenmax/