Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 858 Bytes

File metadata and controls

34 lines (24 loc) · 858 Bytes

Notepad

A simple, clean notepad app for Android built with Kotlin and Jetpack Compose.

Features

  • Text notes and checklists
  • Pin notes
  • Search
  • Light, dark, and AMOLED themes
  • Customizable Widgets

Installation

Note

Android versions from 8 to 16 are currently supported

Building yourself for development

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