Best android open-source packages and libraries.

Android Content Provider for IP Addresses

This is a content provider for the Android ecosystem that enables users to extract meaningful information from an IP address such as city and country. The IP addresses are obtained from IP2Location using RESTful principles. It is programmed in Java and XML.
Updated 1 year ago

Android-Content-Provider-for-IP-Addresses

A content provider within the context of Android is a mechanism by which an app can share data and other information to other apps. Examples of content providers in the Android ecosystem include the Calendar content provider as well as the Contacts content provider. This script, the Android Content Provider for IP Addresses, is a content provider that enables users to extract useful information from an IP address such as the country and city with which it is associated with. Content providers are to be distinguished from other forms of data storage in Android, such as SharedPreferences, which are designed to be primarily read in private mode by the app from which it originates. This script extracts information over the Internet surrounding a particular IP address using RESTful principles.

Content providers in greater detail

Technical Architecture in Diagrammatic Form

Requirements

Instructions

In order to use this content provider, it is advisable to follow the instructions below:

Credits

Babatunde Onabajo (ChurchMapped Limited)

Further information

Disclaimer

"This site or product includes IP2Location LITE data available from http://www.ip2location.com."

IP2Location is a registered trademark of Hexasoft Development Sdn Bhd. All other trademarks are the property of their respective owners.

Tags restful