I'm trying to save image from url to a new File with ion library. But nothing happens. Can anybody help me with it?
Ion.with(mContext)
                .load("someUrl")
                .write(new File(mContext.getCacheDir(), "123.jpg"));
				I'm trying to save image from url to a new File with ion library. But nothing happens. Can anybody help me with it?
Ion.with(mContext)
                .load("someUrl")
                .write(new File(mContext.getCacheDir(), "123.jpg"));
				
Use Universal Image Loader
You can do it by