Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.14 KB

Todo app (Android architecture components).

This is Todo app that save todo List and time. It show's you how to use Datetime Picker,CardView and Delete by swiping left. Repository pattern used and Thread Pool used.

  • Database Operation:-
  1. Insert.
  2. Delete.

Note:-

Here we are using LiveData instead of Loader. We can use LiveData instead of Loader. You can Check this documentation for Loader and LiveData Click here.

Question:-

  1. Can we use LiveData instead of Loader?
    Ans:- Yes we can use LiveData instead of Loader.
  • Android architecture components:-
  1. LiveData.
  2. ViewModel.
  3. Room Persistence Library.

Screenshots:-