A ToDo list application
This App is a ToDo list application that can be used to create, edit and delete tasks. The app is made through Recycler View, Card View and uses SQLite database to store the tasks in the Do It App. This ToDo list app also uses ItemTouchHelper to enable swipe options to each task in the list application for android.