I apologize for the fact that I did not have any code to publish, mainly because I canβt understand for life how I need to do what I need to do.
Basically, at certain intervals during the day (for example, 5 PM), I want my application to download some data from my server and store it on the device. This is done both to reduce the load on my server, and when loading data every time the application is launched, as well as to reduce the download time for the user, so that when they come to use the application, the latest data is already on your device.
I have absolutely no idea how to do this. I know how to load data correctly, but now how to load in the background, as I plan. Is it possible?
I do not ask anyone to do this for me, but someone can point me in the right direction.
java android background sync
Kyle hugs
source share