UI inspiration from https://www.uplabs.com/posts/minimal-weather-ui
- Simple Weather use Android Studio Dolphin during development, please use the same version or higher.
- This project use Secrets Gradle Plugin for Android and store The API_KEY in
local.properties
- You can get the API_KEY from https://developer.accuweather.com/
- And put in
local.properties
, look at the sample below
API_KEY="myapikey"