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 |
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 |
|
OptionsMenu |
Use this annotation on a subclass of |
Persistent |
Indicates that a field in a |
Persistor | Provides custom persistence support for objects of the annotated class. |
ScreenLayout |
Use this annotation on a subclass of |