java - Does Android Queue Server Requests if internet is not available? -
does android queue server requests if internet not available?
in app user fills out former , form sent .asp form receiver takes information , sorts it. if there no internet can not happen, there way queue server request , send next time user has internet connection?
does android queue server requests if internet not available?
no.
now if there no internet can not happen, there way queue server request , send next time user has internet connection?
write queue, perhaps using file backing store. can monitor state of connectivity via connectivitymanager
.
Comments
Post a Comment