- DATABASE_NAME - Static variable in class oose.thequickapp.model.TableData.TableInfo2
-
- DATABASE_NAME - Static variable in class oose.thequickapp.model.TableData.TableInfo3
-
- DATABASE_VERSION - Static variable in class oose.thequickapp.model.DatabaseOperations
-
- DatabaseOperations - Class in oose.thequickapp.model
-
DatabaseOperations contains all of the sql queries that this app may need to
interact with database;
- DatabaseOperations(Context) - Constructor for class oose.thequickapp.model.DatabaseOperations
-
- DATABSE_NAME - Static variable in class oose.thequickapp.model.TableData.TableInfo1
-
- db - Variable in class oose.thequickapp.model.DatabaseOperations
-
- deleteDatabase(Context) - Method in class oose.thequickapp.model.DatabaseOperations
-
It deletes the whole database
- deleteRows(DatabaseOperations, String) - Method in class oose.thequickapp.model.DatabaseOperations
-
It delete a row in a table
- DrawingActivity - Class in oose.thequickapp.controller
-
This class defines the main interface of the launcher when the phone
powers on.
- DrawingActivity() - Constructor for class oose.thequickapp.controller.DrawingActivity
-
- DrawingModel - Class in oose.thequickapp.model
-
This class records the location information when user draws on the palette
on the power-on user interface.
- DrawingModel() - Constructor for class oose.thequickapp.model.DrawingModel
-
This creates a model for the palette on the power-on interface
- DrawingView - Class in oose.thequickapp.UI
-
This class draws the palette on the power-on user
interface.
- DrawingView(Context, DrawingModel) - Constructor for class oose.thequickapp.UI.DrawingView
-
Creates the view by the context and model.
- DrawPattern - Class in oose.thequickapp.model
-
- DrawPattern(double[][]) - Constructor for class oose.thequickapp.model.DrawPattern
-
draw pattern constructor
- DrawSettingActivity - Class in oose.thequickapp.controller
-
This activity is the setting part of drawing opener
- DrawSettingActivity() - Constructor for class oose.thequickapp.controller.DrawSettingActivity
-
- DTW - Class in oose.thequickapp.model
-
This class implements the dynamic-time warping algorithm and computes the distance
between the 2 inputs.
- DTW(float[], float[]) - Constructor for class oose.thequickapp.model.DTW
-
Constructor