Invoke image( ) method to load Image from Network (Internet): aq.id(R.id.simpleLoadImg).image("http://programmerguru.com/android-tutorial/wp-content/uploads/2014/01/asynctask_thumb.png",false,false); 11 Nov 2019 You can download the image using the extension function that Coil provides us: load() in the ImageView. Let's check out the code for this: