| Class | Description |
|---|---|
| AudioRecordActivity | |
| DrawingActivity |
This class defines the main interface of the launcher when the phone
powers on.
|
| DrawSettingActivity |
This activity is the setting part of drawing opener
|
| GetAppActivity |
GetAppActivity is the second step of the set up part.
|
| GridActivity |
This class defines the activity to show the main interface
when the phone is booted.
|
| GridSetActivity |
This is the Activity of the first step of setup part.
|
| MainActivity |
MainActivity is the first activity of our app's setting part;
Now this setting part only support setting up the grid pattern to be recognized and
select an app to be opened.
|
| MyReceiver |
This is the receiver for the power-on user interface.
|
| MyService |
This class is a service which provide long-running
operations in the background of Android.
|
| NamingActivity |
NamingActivity is the activity to name a relation and after save button is pressed,
the relation will be saved to the database.
|
| PackageInfoGenerator |
PackageInfoGenerator generates package info and have the ability to find the app intent
or app Icon given the app's name;
|
| ViewSavedActivity |
ViewSavedActivity is the activity to enable the user to view, edit the saved relations
or reset the whole database.
|