Android Question Need advice for download (service, timer ...)

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I have an app with a few activities. It uploads several files to a server, where they are converted and wait for download. Conversion is done every 2 minutes. So the app has to ask friom time to time if the files are already converted.

But the user should not have to wait for conversion and download but this should happen in the background and the user should be able to use the app normally.

I know how to use httputils2 and httpjob, and I have read this: http://www.b4x.com/android/forum/threads/downloading-files-using-service-module.7572/

Has anybody solved a similar problem and can point me in the right direction?
 
Top