https://github.com/cookpad/android-crud-paging-v3
https://github.com/cookpad/android-crud-paging-v3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cookpad/android-crud-paging-v3
- Owner: cookpad
- License: mit
- Created: 2020-11-16T16:18:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T08:47:03.000Z (over 3 years ago)
- Last Synced: 2023-04-09T03:40:49.896Z (about 2 years ago)
- Language: Kotlin
- Size: 137 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CRUD operations with the new Android Paging v3
Companion source code of [the article published on Medium](https://medium.com/p/5bf55110aa4d) about how to perform CRUD operations with Paging v3 without using Room, specifically how to edit existing items, add new ones and remove existing ones without invalidating the in-memory cache layer.