English | Portuguese
This App was developed during a class offered by Digital Innovation One.
The original code is from Ezequiel Messore, but the improvements and adaptations are mine.
It's an App programmed in Kotlin in which users can register tasks with a specified date and time.
- Lifecycle to work with LiveData and ViewModels
- Room to work with database
Originally, the records were lost when closing the App, but now they are stored in a database. To manage this process, I chose to work with Room.
I also localized the App for Brazilian Portuguese and English.