Technical specifications
Desktop version
requirements: an internet browser with Flash Plugin> 10.0 installed
minimal screen dimensions: 610 pixel (width) x 685 pixel (height)
application size: 150KB
app for Android
requirements: smartphone or tablet with Android 2.2 or higher, ARMv7 processor with Vector FPU Minimum 550Mhz OpenGL ES2.0 H.264 & AAC H/W Decoders, 256 MB RAM
minimal screen dimensions: 480 pixel (width) x 800 pixel (height)
application size:
Features
Technical details and further reading
Lightweight AS3 UI Components
To increase performance on mobile devices and and to limit application and memory footprint, MinimalComps by Keith Peters were used instead of Flex Components. In the YouKnits Android version these components were scaled to get the desired dimensions.
MinimalComps are open source with a liberal MIT licence. The source can be found at github: https://github.com/minimalcomps
Robotlegs MVCS Framework
The Robotlegs framework follows the classic meta-design pattern known as Model-View-Controller (MVC), with the addition of a fourth actor called Service. It uses automated, metadata based Dependency Injection. This greatly reduces the amount of code needed to wire together an application and simplifys changes in the UI (only the views differ in the YouKnits versions for desktop and Android).
Robotlegs is open source with a liberal MIT licence. The source can be found at github: https://github.com/robotlegs/robotlegs-framework
Further reading:
AS3 Signals
AS3 Signals is a light-weight, strongly-typed AS3 replacement for a Flash Event written by Robert Penner.
Signals and Robotlegs play very well together when used with the SignalCommandMap extension in Robotlegs.
AS3 Signals is open source with a liberal MIT licence. The source can be found at github: https://github.com/robertpenner/as3-signals/
Further reading: