Interface | Description |
---|---|
ButtonGridFragment.AnswerSelectedListener |
Listener interface for Button clicks, any Activity that attaches this Fragment must implement this.
|
ConfirmDeleteDialog.ConfirmDeleteDialogListener | |
ConfirmResetDialog.ConfirmResetDialogListener | |
ManagerListFragment.OnModuleSelectedListener |
Listener interface for ListView clicks, any activity that attaches this Fragment must implement this.
|
ModuleListFragment.OnModuleSelectedListener |
Listener interface for ListView clicks, any activity that attaches this Fragment must implement this.
|
Class | Description |
---|---|
BuildConfig | |
ButtonGridFragment |
Fragment for setting up and handling events for a grid of Button objects that represent the possible
answers of an
Exercise . |
ConfirmDeleteDialog |
Simple dialog used to confirm or abort the deletion of a selection of
Module . |
ConfirmResetDialog |
Simple dialog used to confirm or abort the statistics reset of a selection of
Module . |
Exercise |
An abstraction of an exercise, contains a List of exercise units, which are in turn Lists of Integers.
|
ExerciseActivity |
Activity for doing the exercises of a given
Module |
ExerciseFragment | |
FeedbackBarFragment |
Fragment that implements two TextViews to give the user feedback on his actions and display
a success rate on how the user is doing.
|
Main |
Main Activity class, starting point for the App and implementation of
the Main activity.
|
ManagerDetailActivity |
Activity for installing an item selected in
ModuleManagerActivity |
ManagerDetailsFragment |
Implements a detailed view and installation option of user-selected Module in
ModuleManagerActivity |
ManagerListFragment |
Used for display of remote installable Modules.
|
MediaFragment |
Handles the MediaPlayer and generates WAV files needed for exercises.
|
Module |
Abstraction of a set of exercises that belong together, e.g.
|
ModuleAnswer |
Abstraction of a single answer to an Exercise in a Module.
|
ModuleDetailsFragment |
Fragment for the display and modification of the title and description of a
Module . |
ModuleListAdapter |
Adapter used for displaying a List of Modules in a ListView
|
ModuleListFragment |
Fragment for the setup and display of a ListView of Module objects.
|
ModuleManagerActivity |
Activity for displaying a list of Modules available for remote installation and installing these modules either one by one or in a batch.
|
ModuleStats |
Keeps track of all the answers a user has given to exercises of a specific Module.
|
R | |
R.attr | |
R.color | |
R.dimen | |
R.drawable | |
R.id | |
R.layout | |
R.menu | |
R.plurals | |
R.string | |
R.style |