| Class | Description |
|---|---|
| GameActivity |
Represents the game activity, where the user plays the game and sees its state.
|
| LaunchActivity |
Represents the launcher activity that ensures the user is logged in.
|
| LocationListenerService |
A foreground service to allow listening for location updates during the game even when
the screen is turned off.
|
| MainActivity |
Represents the main screen of the app, where the user can view and enter games.
|
| MapEnabledScrollView |
A ScrollView that allows map fragments inside it to be panned vertically.
|
| NewGameActivity |
Represents the game creation screen, where the user configures a new game.
|