A simple, clean notepad app for Android built with Kotlin and Jetpack Compose.
- Text notes and checklists
- Pin notes
- Search
- Light, dark, and AMOLED themes
- Customizable Widgets
Note
Android versions from 8 to 16 are currently supported
- goto latest release and download the notepad.apk, after doing so open
notepad.apkto install it.
Requirements:
- JDK 17
- Android SDK (API 36)
git clone https://github.com/quantumvoid0/notepad
cd notepad
gradle wrapper --gradle-version 8.14.2
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apk