This is how normally we retrieve raw data from server with httppost or get. This is one of the tutorial from google search Tutorial link
- use a HttpPost to get the data,
- convert response to string parse
- JSON data, and use it as you want
But what if i want retrieve data and together with related image into my android apps?What is the appropriate method to go for?
This is example of my data.
id image_name caption
1 01.jpg Abcd
and my image store in somewhere of my server.
upload/background_image/01.jpg