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
- Very simple interface
- Make sticky notification
- Edit exist notification
- Resend notifications after device reboot (Those which you did not deleted)
.
├── 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- Android, obviosly
- Kotlin for programming android application
- Room for SQLite database
- Android components to make this happen
If you like this application, just support it by joining stargazers for this repository
And follow me for my next creations
notal by Ali Bardide is licensed under a Apache License 2.0.
