/Simple-Todo-App

Todo-list Android app with a simple UI. Search filters option available.

Primary LanguageKotlin

TodoMVVM

Simple todo-list Android app using MVVM architecture

The app is designed to add, sort, and prioritize your todo items in an interactive list.  

Libraries

  • Room for persistent storage
  • Dagger-Hilt for dependency injection
  • Coroutines for asynchronous flows

App Screenshots

Add todo

Todo list main page

SearchView for filtering by key words

Delete todos by swiping entries

References