krunalpatel3 / Todo-app-AAC

This is Todo app it is Database app made with Android architecture component.s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:-

About

This is Todo app it is Database app made with Android architecture component.s


Languages

Language:Java 100.0%