I was wondering how to manage a way to loading datas asynchronously when the network is back. I mean, can I know if the network is back on the device ? Or do I have to perform a recursive call on my asynchronous method each times that the datas aren't retrieved ? I tried to do a loop that way, but the cpu is exploding and of course it's not possible to let it that way. Anyone has an idea on that subject ?
Thank you