I am having an application in which I want to get json data from a php web server to android mobile. What I am having is a URL and hitting that URL gives me the json data like
{"items":[{"latitude":"420","longitude":"421"}]}. But I want to retrieve this json format in my android mobile and get the values of latitude and longitude from json format.
How can we get that on android mobile..?
Thanks in advance..
First do URL Connection
JSON String
Here below I am fetching country details