is there a defacto/known way to park network reque...
# android
o
is there a defacto/known way to park network requests when network is not available and make the requests again when network is back? seems like a typical requirement
😶 3
k
Workmanager?
🙌 3
o
yea probably
g
Workmanager can fit or do not fit to your behaviour, so essentially, if you just want to do some operation when network is available, workmanager is the best solution In general way to know network status is ConnectivityManager API