android - Path's job queue callback from server -
Using
, is there a way to find out that the data has been successfully sent to the server? For example if I was using asyncTask, then onPostExecute callback method would be.
The path is similar to the doInBackground of AsynTask on Run, according to my understanding, in the Kaakuya Library; Thanks and for any help when the data is persisted on the local disk.
OnPostExecute handles data retrieved from the on-end, so you have to code the long-running command After postExecute method
Comments
Post a Comment