I have an android application that selects an image of the SDCard and sends it to a webservice made in php that saves the image to a server and writes to the database (MySQL) the image path. What I wanted to do now is to take this image that is saved on the server and display it in that same android application. That is, make the reverse process of sending the image to the application. I have no idea how to do this, could anyone help me with this problem?