TODO List app made with Coroutine - Flows and Channels and the new Jetpack Data Store Libarary
Ability to add, delete, and prioritize items in the list.
- Data Store - Used to store key-value pairs or typed objects with protocol buffers
- Room - Data Persistence library
- Navigation Component - Handling Permissions
- Hilt - Dependency Injections
- Coroutines - Asynchronous work , Flows and Channels
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.