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: about 2 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T19:08:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T00:41:35.111Z (about 1 year 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 :
