- Data - Class in co.uk.wxApp.models
-
The 'M' (Model)in the MVC design pattern (but with some Controller-ness).
- data - Variable in class co.uk.wxApp.models.UpdaterService
-
- Data.textSizes - Enum in co.uk.wxApp.models
-
Text sizes used where scaling based on screen size is necessary
- DATA_COLOURS - Static variable in class co.uk.wxApp.models.Data
-
Background colours of tiles
- DATA_TEXT_ISWHITES - Static variable in class co.uk.wxApp.models.Data
-
Foreground text-colour on tiles
- DATA_THRESHOLDS - Static variable in class co.uk.wxApp.models.Data
-
Limits for each colour band
- dateFormat(String) - Static method in class co.uk.wxApp.models.Library
-
Formats a timestamp for use by this app
- db - Variable in class co.uk.wxApp.models.UpdaterService
-
- DB_NAME - Static variable in class co.uk.wxApp.models.Data
-
Local SQLite database name
- DBAdapter - Class in co.uk.wxApp.controllers
-
Handles connections to the local SQLite database
- DBAdapter(Context) - Constructor for class co.uk.wxApp.controllers.DBAdapter
-
Set up connection to the database
- DetailWxAc - Class in co.uk.wxApp.views
-
The screen for showing the detail for a particular city.
- DetailWxAc() - Constructor for class co.uk.wxApp.views.DetailWxAc
-