A weather application that utilizes the power of the Google Maps Api, Google Places Api, and the OpenWeatherApp Api.
To use the application you'll need to make the following adjustments after cloning/downloading.
- You'll need an API key to use Google Maps API and Google Places API: https://developers.google.com/places/android-sdk/signup
- You need to enable the Google Maps API for android: https://developers.google.com/maps/documentation/android-sdk/intro
- You also need to enable the Google Places API for android: https://developers.google.com/places/android-sdk/intro
- Lastly, you'll need an API key from the OpenWeatherApp: https://openweathermap.org/api
Note: You need to make sure you have a Google API key with Android restriction
After you've acquired the necessary API keys, you need to place them in the strings.xml file which can be found here