Hello,
I know I can use requestImage() to download an image from an URL asynchronously, but I was wondering if there was a way to download a file (not limited to being an image) in an asynchronous way.
Also, on side note, is there a way to check for the size of the file to download and how much is already downloaded? Or to check if there even is an internet connection?
Thanks in advance
I know I can use requestImage() to download an image from an URL asynchronously, but I was wondering if there was a way to download a file (not limited to being an image) in an asynchronous way.
Also, on side note, is there a way to check for the size of the file to download and how much is already downloaded? Or to check if there even is an internet connection?
Thanks in advance
1