Interface | Description |
---|---|
FormAbstractFragment.FormExitListener |
Listener for exiting from the form
|
FormAbstractFragment.OnObjectSaveListener |
Listener that receives an event each time a media item is saved in the form
|
SuggestionsAbstractFragment.DurationOptionInterface |
Interface describing the media duration item options (needs to be implemented by subclasses
with an enum and then return all the values using
SuggestionsAbstractFragment.getAllDurationOptions() |
Class | Description |
---|---|
ContentAbstractFragment |
Abstract fragment that represents a "content": it's a fragment that manages the navigation drawer and that,
on tablets, is displayed on the left side of the multi-pane layout
|
FormAbstractFragment |
Abstract fragment that manages a form to add/edit "something" in the database
|
FormBookFragment |
Form to add/edit a book
|
FormCategoryFragment |
Form to add/edit a category
|
FormMediaItemAbstractFragment |
Form to add/edit an abstract media item, contains the management of
the inputs common to all media items (like title)
|
FormMovieFragment |
Form to add/edit a movie
|
FormTVShowFragment |
Form to add/edit a TV show
|
FormVideogameFragment |
Form to add/edit a videogame
|
MediaItemsListFragment |
Manages the media item lists (both "tracking" and "completed")
|
SuggestionsAbstractFragment |
Manages the suggestions page for a generic media item
|
SuggestionsBookFragment |
Manages the suggestions page for movies
|
SuggestionsMovieFragment |
Manages the suggestions page for movies
|
SuggestionsTVShowFragment |
Manages the suggestions page for movies
|
SuggestionsVideogameFragment |
Manages the suggestions page for movies
|