Android App "Noty" June 2019

"Noty" is the an simple as possible Android App (and Spring Boot server side), which allows me to organize notes on my mobile instead of pinning them all over my office. Notes can be scheduled to pop up notifications on a due date.

The App architecture follows the best practice of having a Room database, a repository and a view model. The App is fully offline capable by using its own database in combination with a WorkManager to load from and write to the server side.

The server REST API has been realized with granular actions like add/update/remove a note to support easy merging of diverging data, e.g. for supporting additional clients together with possible offline periods of the App client.

noty android app

Souces available on GitHub: https://github.com/micgn/noty-android