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

https://github.com/cookpad/android-crud-paging-v3


https://github.com/cookpad/android-crud-paging-v3

Last synced: 5 months ago
JSON representation

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.