add benefits

This commit is contained in:
Alexander Mahr 2024-12-25 22:50:48 +01:00
parent 3a2f4c028a
commit 8a945ef3a3

View file

@ -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