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