Everyday is an offline Android photo app for taking one front-camera selfie per day and storing it in Pictures/Everyday/.
- Kotlin
- Jetpack Compose
- CameraX
- MediaStore
- Front camera only
- One saved photo per local calendar day
- Capture into app cache, then review before saving
- Saved photos go to
Pictures/Everyday/ - In-app gallery is read-only and only shows photos created by this app instance
- Open the project in Android Studio.
- Install the Android 17 preview SDK (
Android SDK Platform Cinnamon Bun) and the latest Android SDK Build-Tools 37.x if prompted. - Sync Gradle and run the
appconfiguration on a device or emulator with a front camera.
This repo was scaffolded without a verified local Android SDK in the current environment, so first sync/build should be done from Android Studio on a machine with the Android toolchain installed.