Load Image from server and diaplay in listview [duplicate]
问题 This question already has answers here : Updating an ImageView with an image from a URL (2 answers) Closed 5 years ago . After parsing JSON array I'm getting image path How can I download that image and set it in list view. JSONObject iobject = aJson.getJSONObject(0); JSONObject imgObject = iobject.getJSONObject("img_update"); String img = imgObject.getString("0"); Here in string 'img' am getting image path How can I set it to a imageview in list what is simple and efficient solution for