This is an android version of a Kanban project called Katify. It consists of an annotation app, on which the notes can be separate into different pastes (here called kanbans, though they are not exactly a kanban). The app was developped to help people organize their tasks.
Youtube video demo: https://youtu.be/iDPknAUSYHg
The features implemented are listed bellow:
The app is also implemented in two languages: english and french. This is automatically selected based on the system language.
Here are some informations about the implementation of the app.
It was made using Kotlin and the mvvm pattern. Firebase was used to save the login, which can only be made using a google account. The profile's photo is loaded using the Picasso library.
Recycler Views were used to list both the kanbans and the notes. And the app contains a local database to store all the kanbans and its notes.