Android application to track working hours based on GPS
To install the Android SDK, run:
./install-android-sdk.sh
Building is done using Leiningen.
To build and deploy to connected device or emulator, do:
cd pipo
lein droid doall
For more instructions, see lein droid tutorial.
Tests utilize Robolectric.
To run the tests, do:
cd pipo
lein with-profile local-testing droid local-test