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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -