Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.61 KB

File metadata and controls

52 lines (45 loc) · 1.61 KB

notal

Android notes and reminders in your notification

notal let's you create notes that sticks in your notification to help you remember things.
You can download a signed apk from latest release

Features

  • Very simple interface
  • Make sticky notification
  • Edit exist notification
  • Resend notifications after device reboot (Those which you did not deleted)

Repo structure

.
├── app/src/main/
│   ├── java/com/alibardide/notal/
│   │   ├── data/
│   │   ├── di/ # Dependency Injection Modules
│   │   ├── ui/
│   │   │   ├── MainActivity.kt
│   │   │   ├── ...
│   │   ├── utils/
│   │   ├── ...
│   ├── res/
│   │   ├── drawable/
│   │   ├── mipmap/
│   │   ├── layout/
│   │   ├── ...
│   ├── AndroidManifest.xml/
├── gradle/
│   └── ...
├── LISENCE
└── README.md

Tech stack

  • Android, obviosly
  • Kotlin for programming android application
  • Room for SQLite database
  • Android components to make this happen

Support

If you like this application, just support it by joining stargazers for this repository
And follow me for my next creations

License

notal by Ali Bardide is licensed under a Apache License 2.0.