Provides core functionality related to Sofia-based Android applications and
activities. The Screen
class in this package extends
android.app.Activity and is the base class for all Sofia-based
activities.
Other functionality provided by this package is automatic
persistence for data in activities (see the
Persistent
annotation).
ScreenMethods |
Lists the common methods that are provided by classes like Screen,
MapScreen, and other " |
ActivityStarter | Starts another screen or activity for the user and slides it into view. |
ListScreen<E> |
|
Screen | The Screen class represents a single screen in an Android
application. |
ShapeScreen |
|