Provides mobile application structure.
Interfaces
Classes
| Application |
Inherit that class to set the entry point of the application. |
| Controller |
The controller manages navigation between screens of the application. |
| CustomTabBar |
Create a custom TabBar to replace the default system
TabBar in TabScreen. |
| KeyEvent |
Key event generated by a end-used action. |
| ResManager |
Resource Manager. |
| Screen |
This class is the abstract base class for all screens. |
| ScreenParams |
Screen Parameters. |
| Service |
A Service allows an Application to execute code in the background outside the
foreground application even when the application is not running. |
| SlideScreen |
The SlideScreen is a screen that manages the presentation of
three side-by-side Screen. |
| SplitScreen |
The SplitScreen class is a screen that manages the presentation of
two side-by-side Screen. |
| TabScreen |
The TabScreen class implements a specialized screen that
manages a tab-style selection interface. |
| TabSpec |
A TabScreen's tab specification. |
| Toast |
A toast is a view containing a quick little message for the user. |
| TouchEvent |
Touch screen event generated by an end-user action. |
| Transition |
Various animations to customize screen transitions. |
Exceptions