I am developing an Android app. I want to determine the location of the device using its IP address. Where do I start? The links on Google APIs are not conclusive enough. Thanks
I use this to get ip, country and city of device
to test you can use RESTCLIENT , the firefox addon for making HTTP requests.
simply copy https://addons.mozilla.org/en-us/firefox/addon/restclient/ this URL and test in RESTCLIENT or just past in browser address bar
Hope This helps!