- CITY_LIMIT - Static variable in class co.uk.wxApp.models.Data
-
Number of cities displayed at one time
- citySorter(double[], double[]) - Static method in class co.uk.wxApp.models.Library
-
Takes a collection of nine cities and sorts them NW to SE, so that on a 3x3 grid
they appear in roughly the correct relative positions according to their co-ordinates.
- close() - Method in class co.uk.wxApp.controllers.DBAdapter
-
Close the database
- co.uk.wxApp.controllers - package co.uk.wxApp.controllers
-
- co.uk.wxApp.models - package co.uk.wxApp.models
-
- co.uk.wxApp.views - package co.uk.wxApp.views
-
- Controller - Class in co.uk.wxApp.controllers
-
Handles Activity Launching
- Controller() - Constructor for class co.uk.wxApp.controllers.Controller
-
- convert(double, int) - Method in class co.uk.wxApp.models.Data
-
Convert a weather variable value from default units (UK Met Office standard system) to one of a range of other common units,
and tidy up the formatting.
- copyFileFromAssets(String, String, Context) - Static method in class co.uk.wxApp.models.Library
-
Copies a file from the assets folder to an internal destination
Modified from textbook - Beginning Android 4 Application Development, Wei-Meng Lee - 2012
- cx - Variable in class co.uk.wxApp.models.UpdaterService
-