I have a problem using AsyncTask. I want my doing background send data to server via GET (success) BUT (Problem) when there is no connection i have to resend three time before save in my sqlite>? how can i do that ?
PS : before resend we have to let our doing background sleep(HOW?) for abit.
Thx