A reliable note taking app
Or get the latest APK from the Releases Section
.
├── app
├── core
│ ├── alarm
│ ├── backup
│ ├── database
│ ├── domain
│ ├── entity
│ ├── preference
│ ├── repository
│ ├── test
│ ├── ui
│ └── util
├── feature
│ ├── home
│ ├── navigation
│ ├── notebookslist
│ ├── notedetail
│ └── settings
└── gradle_plugin
-
Clean Architecture + MVI
-
Custom Gradle Plugins (in gradle_plugin directory)
-
Material 3 design system
-
Declarative UI by Jetpack Compose
-
Data Persistence by Room database and DataStore
-
Unit Tests
-
UI Tests
-
Page Object Models for UI Tests
-
MockK mocking lib
-
kotlin.test assertion lib