Package | Description |
---|---|
pk.contender.earmouse |
Modifier and Type | Field and Description |
---|---|
private Module |
ManagerDetailActivity.mod
The user-selected Module
|
private Module |
ExerciseActivity.mod
The Module we are currently doing exercises from.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Module> |
ManagerListFragment.installedModuleList
List of locally installed Modules
|
private java.util.List<Module> |
ModuleListAdapter.moduleList |
java.util.List<Module> |
ManagerListFragment.shownModuleList
List of currently shown Modules in the ListView, usually
a mix of locally installed and remotely available Modules
|
Modifier and Type | Method and Description |
---|---|
protected Module |
ManagerDetailActivity.FetchModuleJsonFromServer.doInBackground(java.lang.Void... params) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Module> |
ManagerListFragment.FetchListJsonFromServer.doInBackground(java.lang.Void... params) |
static java.util.List<Module> |
Main.loadModulesList(Context ctx)
Loads all the locally installed modules, and returns them as a sorted list.
|
private java.util.List<Module> |
ManagerListFragment.FetchListJsonFromServer.readListFromJson(java.io.InputStreamReader in) |
Modifier and Type | Method and Description |
---|---|
int |
Module.compareTo(Module another)
Comparable implementation, sorts first on difficulty, then on title.
|
protected void |
ManagerDetailActivity.FetchModuleJsonFromServer.onCancelled(Module result) |
protected void |
ManagerDetailActivity.FetchModuleJsonFromServer.onPostExecute(Module result) |
Modifier and Type | Method and Description |
---|---|
protected void |
ManagerListFragment.FetchListJsonFromServer.onCancelled(java.util.List<Module> result) |
protected void |
ManagerListFragment.FetchListJsonFromServer.onPostExecute(java.util.List<Module> result) |
Constructor and Description |
---|
ModuleListAdapter(Context context,
java.util.List<Module> moduleList,
int target) |