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:-
- Insert.
- Delete.
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.
- Can we use LiveData instead of Loader?
Ans:- Yes we can use LiveData instead of Loader.
- Android architecture components:-
- LiveData.
- ViewModel.
- Room Persistence Library.