hi, i need some helping code to download a GIF file from website in to File.DirAssets. like this
Dim banner As HttpJob
banner.Initialize("banner", Me)
banner.Download("http://www.yourebsite/image.gif")
Wait For (banner) JobDone(banner As HttpJob)
If banner.Success Then
This flow chart will help you choose the folder in all kinds of different cases: There were reasons to use other folders in the past. Those reasons are no longer relevant, mainly due to new restrictions in Android. Other options to access local and remote files...
hi, i need some helping code to download a GIF file from website in to File.DirAssets. like this
Dim banner As HttpJob
banner.Initialize("banner", Me)
banner.Download("http://www.yourebsite/image.gif")
Wait For (banner) JobDone(banner As HttpJob)
If banner.Success Then