Class | Description |
---|---|
CategoryActivity |
Activity that contains:
- on tablets: both the "content" of a category page (media items list, suggestions) and the details (form) in a double-pane layout
- on phones: only the "content" of a category page
For this reason on tablets the activity manages both a
ContentAbstractFragment and a FormMediaItemAbstractFragment ,
while on phones it manages only the former (the latter is managed by OnlyMediaItemFormActivity ) |
DrawerAbstractActivity |
Abstract activity that manages the navigation drawer.
|
HomeActivity |
The application's main activity, shows the list of all categories
|
OnlyCategoryFormActivity |
Activity that only contains a
FormCategoryFragment |
OnlyMediaItemFormActivity |
Activity that only contains a
FormMediaItemAbstractFragment when we are on a phone (on a tablet content and form are displayed in a multi-pane layout
by CategoryActivity , on a phone in two different activities) |
SettingsActivity |
Manages the application settings
|
SettingsActivity.PreferencesFragment |
PreferenceFragment automatically manages preferences
|