jmfayard / android-kiss

Keep Android Simple And Stupid

Home Page:https://jmfayard.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep Android Simple And Stupid

What is this?

This is a playground repository where I try techniques to make Android programming simpler.

Usage

$ ./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

FAQ

Should I use this?

No.

About

Keep Android Simple And Stupid

https://jmfayard.dev/

License:The Unlicense


Languages

Language:Kotlin 96.4%Language:Shell 3.6%