How to animate while posting to an URL?
Posted: Tue May 26, 2015 9:21 pm
libURLSetStatusCallback is not available on iOS nor Android.
How can I do a background task (update a progress bar, display messages) while getting/posting data to an URL (on a mobile device) ?
get url("http://....")
post tData to url("http://...")
with callback on a mobile device ?
How can I do a background task (update a progress bar, display messages) while getting/posting data to an URL (on a mobile device) ?
get url("http://....")
post tData to url("http://...")
with callback on a mobile device ?