Interactive map to find your state representatives. The app displays a restricted map that can only zoom in and out on the United States and on click will display local state representatives. The results are not 100% accurate and errors might arise, to find 100% accurate information go to house.gov. RepMap uses OpenStreetMap and an android library called osmdroid to display a map of the United States.
- Checkout the code by running:
git clone https://github.com/mgurga/RepMap
- View, edit, and run the source code by using Android Studio.
- This app requires repapi to be running. The API can either run on the same computer as the virual device or you can run the API on your own server and replace the IP in the code.
bhild - intigrating osmdroid, mapping zipcodes to state, and setting up other APIs.