- Home /
downloading data in background without halting application
I'm trying to figure out if its possible to download data via coroutine without actually halting the application until the data transfer is completed. Is this possible at all, and if so what are the specifics that i should look into?
Answer by ArkaneX · Jan 21, 2014 at 04:36 PM
Use WWW class for this. Please check this answer for examples.
Yes, i do use the WWW class... i understand data transfer in principle, i've looked at the answer for examples but as far i can tell the UI is freezed purposefully there before the coroutine is started. I was trying to figure out a way to prevent this, but i guess it isn't really possible.
Could you post related part of your code? Especially the part where you call coroutine, and coroutine method itself.
Your answer
Follow this Question
Related Questions
WWW Class behaves strangely on iOS 3 Answers
iOS download files and store to local drive 4 Answers
downloading file, saving on android 1 Answer
Download assetBundle from server 2 Answers