Mondroid is an unofficial Mondo Android Client. It allows you to:
Mondo are due to release an Android app over the coming months, so I quickly put this together for the meantime. Because of this, I haven't spent too much time building it so there's bound to be some bugs etc.
In-order to use this app, you'll need to setup a few things first:
And now you should be all set
To build, install and run a debug version, run this from the root of the project:
./gradlew assembleDebug
For example I've included a couple of unit and functional tests, these can be run using:
Unit tests can be run using:
./gradlew testDebugUnitTest
and functional tests:
./gradlew connectedDebugAndroidTest