diff --git a/README.md b/README.md index 3bc07c1..87fa2e6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ adb install -r app/result/app.apk * work within container (debian based image) * use Makefile as a build tool +## benefits of this (compared to AndroidStudio) + +* no need to install rather bloated hell of software (i.e AndroidStudio) and all +* less hidding of internals (i.e Makefile allows to see how app.apk is made) +* small app.apk file +* oftentimes faster compile time (as compared with AndroidStudio Gradle builds) +* quick "webview" which can serve as starting point for people that can to PWA and websites +* Assisted initial configuration provides access to configure almost all types of [Android app permissions](app/.Makefile.scripts/make--app-config.sh) +* no need to have Kotlin, Gradle setup + ## basic info This repo should allow to generate an empty "android app". by simply cloning this repo and