Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.26 KB

README.MD

File metadata and controls

24 lines (15 loc) · 1.26 KB

TODO List

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.

Screenshots

Libraries

  • 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

Contributing

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.