This is a playground repository where I try techniques to make Android programming simpler.
$ ./gradlew help # test Gradle configuration
$ ./gradlew testDebugUnitTest # run unit tests
$ ./gradlew installDebug # build and install the app, assuming your device is up and running
$ ./gradlew connectedDebugAndroidTest # Run Android Test Robotos
Should I use this?
No.