| Interface | Description |
|---|---|
| Swipeable |
Common methods for swiping left/right
|
| Class | Description |
|---|---|
| Controller |
Handles Activity Launching
|
| DBAdapter |
Handles connections to the local SQLite database
|
| Swiper |
Customised gesture listener to deal with simple left/right swiping to change an integer variable
and call a GUI update method from the Activity that received the swipe.
|
| Toaster |
Simplifies the calling of Toast
|