A small native Android notes app. Jetpack Compose + Room + Material 3.
- Android Studio Koala or newer
- Android SDK 34, minimum API 26
./gradlew assembleDebug
- Notes list with live search
- Swipe-to-delete
- Tags per note, shared tag table
- Confirm-discard dialog on unsaved changes
- Material You dynamic colors on Android 12+
Everything lives in a single Room database at
data/data/dev.ines.memorykeeper/databases/memorykeeper.db. No cloud,
no sync, no account.
MIT.