=========
This is an updated version of the original xkcd clock written in Java with an older Android SDK. This verison is a port of the original code to Kotlin and some cleanup and bug fixes.
Demonstrates how to rotate an onscreen bitmap with touch. It was inspired the strip "Now" from the xkcd web comic.
This is an an Android app that demonstrates the following:
- Custom Canvas drawing on a View
- Handling Touch events, converting relative movement to angular directions, and applying that to the view's rotation
