To create your own project based off this repo, follow the instructions below
- Create a project in GCP (https://console.cloud.google.com)
- Enable Maps SDK and generate API key
- Add the API key to your local.properties file
- Enable Secrets Grade Plugin
- Refer to top level build.gradle and app level build.gradle file
- Refer to AndroidManifest.xml file
- Make sure to enable viewBindings and add the google dependencies
- Refer to app level build.gradle file
- Review the PlacesFragment.kt file to see how the current location request works