Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getrighhttt/tasks-crud

Save task in a recycler view, and use CRUD functionality to update, delete, or save them!
https://github.com/getrighhttt/tasks-crud

android coroutines crud crud-application livedata mvvm navigation-component room-database viewmodel

Last synced: 23 days ago
JSON representation

Save task in a recycler view, and use CRUD functionality to update, delete, or save them!

Awesome Lists containing this project

README

        

# Tasks-RoomDatabase-Coroutines-LiveData-MVVM-NavigationComponent-

### Description :

This application was built as a demonstration of how to incorporate ROOM Database

into your application. It saves tasks into a recycler view. The user is able to edit

the tasks, update, save, or delete it, and the tasks then gets added back to the list.

I also added in recycler view animations just for a little fun. A copy of the list is

stored in ROOM database, and should remain available after the app is closed.

### APP PREVIEW :

![2022-07-30 (2)](https://user-images.githubusercontent.com/105057858/181905332-0ac5abb7-8862-4539-b999-b0f64f8fcb90.png)