Skip to Content
0
Jan 24, 2023 at 04:40 AM

How to Insert Data to Offline store Table manually without triggering Request Queue

261 Views

I know how to fetch data from server and store in Table using Defining Query from OfflineODataProvider instance

now i need to know how to insert data to offline store without using Defining query.

Requirement

We have api to get list of data and show in RecyclerView when user is offline . requirement is store same list of data into offline store manually (without triggering Request Queue) how we do it in Room Database concept .