| Class | Description |
|---|---|
| ActivityHelper | |
| App |
A class to manage global information of the application.
|
| BaseActivity |
Base class for Activities that honor the chain of
finish()
mechanism. |
| BaseApplication |
Base class for
android.app.Application subclasses. |
| BaseListActivity |
Base class for Activities that honor the chain of
finish()
mechanism. |
| BasePreferenceActivity |
Base class for
PreferenceActivity's that honor the chain
of finish() mechanism. |
| BaseRootActivity |
Base class for a root Activity of an application whose all the other
Activities honor the chain of
finish() mechanism. |
| BottomActivity |
Base class for Activities that terminate the application when
they receive a key down event of
KEYCODE_BACK. |
| BottomListActivity |
Base class for Activities that terminate the application when
they receive a key down event of
KEYCODE_BACK. |
Copyright © 2016. All rights reserved.