You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The downloadAndSaveFromUrl will attempt to determine what the filetype is and automatically save using the appropiate compression format, otherwise, it will save the image as a PNG file.
33
+
34
+
ImageLoader.ImageLoaderListener is used for callbacks to notify the app that the download process has been completed. onImageSaved is fired when the Image has been successfully saved to the device storage. onImageLoaded is fired when the image is loaded into virtual memory into a bitmap object, which can then be set to be displayed in an ImageView or View of your choice. onError occurs if there was an error of any kind.
0 commit comments