This app was created as a Capstone project for Ada Developer Academy. Sidewalk K.A.R.E.N is an app that allows people to sumbit e-mail reports to their local public works department.
- Take or select photo from gallery
- Use current location or Select location from map
- Select type of request
- Populate e-mail with message, photo, Address, Lat/Lon attached.
Google Maps
○ Access to Camera and Gallery
○ Get the current location of the device
○ Check if location services are enabled on the device
○ Translate coordinates into an Address
○ Populate and submit an e-mail using your prefered e-mail client
- Clone git
- Follow instructions for getting an API at https://developers.google.com/maps/get-started
- Add api to your BuildConfig.Java
- Replace e-mail in main activity for your local public works e-mail.
- ENJOY!