This Android app (available for download on Google Play) is designed to take a user’s current location through their GPS coordinates or a manually entered address and yield the current legal jurisdiction (i.e.: county, incorporated city, township, etc).
The original inspiration for this app came from the beginnings of a collaboration with James Sinclair, the creator of the website Local Alcohol Laws. The idea was to use the location gathered from this app with the information from the Local Alcohol Laws database for a Local Alcohol Laws app, but the venture never took off and instead this app was created separately.
Assuming you have Android Studio up and running, you can do the following to get a working environment up and running:
File
menu and then click Close
if you have another project showingGet from Version Control
https://github.com/rbrutherford3/Jurisdiction-Finder.git
into the URL
fieldDirectory
Clone
Opening the downloaded app will reveal a blank input screen:
The user may either use their GPS or enter an address. If the user presses the GPS button, the closest address will be displayed, along with the jurisdiction.
If the user may also enter a point of interest, as shown in the next screenshot.
Entering a point of interest will result in the GPS coordinates, address, and jurisdiction to be revealed.
Contributions are welcome, including any feedback. Please contact rbrutherford3 on GitHub.
Thanks to James Sinclair for providing the motivation to create this app.