I want to send image from java server to android using image url -
i want make image url image path like,http://api.androidhive.info/feed/img/nat.jpg
.
i stored image in local server /home/image/a.jpg
you can install web server on system has images, change web server's root directory directory in you've stored images. then, android app, download image using url can construct using web server's address , path image relative web server's root directory. ex: if root directory /home/image/
url be: www.example.com/a.jpg
Comments
Post a Comment