CellLocationFind-Android
CellLocationFind-Android copied to clipboard
A sample android app which extracts the location of a device using the SIM card details by extracting network details.
📶 Cell Location Finder - Android
How to setup this app?
Clone or import this project in Android Studio.
Getting API Key
- Go to unwiredlabs Location API
- Sign up account and you'll get API key. Keep reference of that API key.
Setting up API Key
- In root directory of project create file -
credentials.properties
- In that file, keep structure as below
OPENCELLID_API_KEY="YOUR_API_KEY_HERE"
Keep your API key here and just sync your project with Gradle files and run this app.
Preview
Article
Detailed article on this is available here