android - Upload data to server in queue -


i creating application in user enter bunch of data can images, audio, video etc. android application.

if internet not available then, data inserted in queue (database in case). , whenever internet available queue 1 single bunch of data taken , uploaded server , uploaded data removed queue.

when first bunch of data completed then, second bunch of data taken queue upload server.

i have used tape library of square http://square.github.io/tape/

the problem whenever data taken queue , after finishing upload operation, tape library return call queue , next bunch of data taken upload operation.

but, if call not returned process of uploading can stopped.

can have alternative tape library?

what disadvantages of using tape library?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -