I\'d like to know how I can download an Image from a given URL and display it inside an ImageView. And is there any permissions required to men
permissions
You need to set usage permission of INTERNET in android manifest file and use java.net.URL and java.net.URLConnection classes to request the URL.
usage
INTERNET
java.net.URL
java.net.URLConnection