| Interface | Description |
|---|---|
| ShakeDetector.OnShakeListener |
This interface defines a listener on the main interface
to listen for the activity of shaking.
|
| Class | Description |
|---|---|
| GridActivity |
This class defines the activity to show the main interface
when the phone is booted.
|
| GridModel |
This is the model used by 4*4 board.
|
| MyReceiver |
This is the model used for the app.
|
| MyService |
This class is a service which provide long-running
operations in the background of Android.
|
| Position |
This class describe the position that is
touched on the board of the screen.
|
| RectangleView |
This class defines the 4*4 board on the main interface when
the phone's screen is on or it boots.
|
| ShakeDetector |
This class defines a detector of the activity of shaking.
|