Skip to content

hashemi-hossein/ara-note

Repository files navigation

Ara Note

A reliable note taking app

Get it on IzzyOnDroid

Or get the latest APK from the Releases Section

Screenshots

Home Drawer Settings Home_Dark Drawer_Dark

Directory structure

.
├── app
├── core
│   ├── alarm
│   ├── backup
│   ├── database
│   ├── domain
│   ├── entity
│   ├── preference
│   ├── repository
│   ├── test
│   ├── ui
│   └── util
├── feature
│   ├── home
│   ├── navigation
│   ├── notebookslist
│   ├── notedetail
│   └── settings
└── gradle_plugin

Technical point of view