I have an API with Pagination implemented, containing a total of 150k records. I aim to retrieve and save all this data onto an Android mobile device using Room database. However, the process of saving the data is proving to be time-consuming. What would be a more efficient approach to accomplish this?
Im fetching data with pagesize 2000.
I want to fetch all the data in less time .