Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/getrighhttt/tasks-crud
- Owner: GetRighhttt
- Created: 2022-06-18T20:48:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T19:08:18.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:32:18.852Z (almost 2 years ago)
- Topics: android, coroutines, crud, crud-application, livedata, mvvm, navigation-component, room-database, viewmodel
- Language: Kotlin
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)