1

I'm learning the Paging library so I've created a simple application that requests to a remote server and shows a list of notes(I don't want to save items in local database).
I've followed this tutorial and this sample. Everything works great but what if I want to update a single item on the list? For example, I want to update the title of a specific item in the list. After searching for a couple of hours I could not find a proper solution for updating an item on the list without using Room.
These are some questions I found but they didn't help me:

Can someone tell me it is possible to update an item on the list when using the Paging library without using the Room? If yes, how?

hosseinAmini
  • 1,624
  • 15
  • 40

0 Answers0