An Android app that controls screen brightness using hand gestures. Built with Kotlin, Camera2, and MediaPipe. Compiled from the command line via Gradle.
app/- Android application module (source, manifest, resources, assets)gradle/,gradlew,gradlew.bat- Gradle wrapperbuild.sh- convenience script (assembleDebug+adb install)context/- project notes and reportsscripts/- archived helper scripts
./gradlew :app:assembleDebugInstall to device:
adb install -r app/build/outputs/apk/debug/app-debug.apkOr run both in one step:
./build.sh