From 8a945ef3a31811f76ca32d28ac03e67974565a56 Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Wed, 25 Dec 2024 22:50:48 +0100 Subject: [PATCH] add benefits --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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