Weather App is a showcase App for MVVM Architecture with the use of Dependency Injection.
You will need to supply API Key for Open Weather Map API
Once you obtain the keys, you can set them up in your ~/.gradle/gradle.properties
OPEN_WEATHER_MAP_APP_ID = <API_KEY>
- Entirely written in Kotlin
- Uses Kotlin Coroutines throughout.
- Uses of the Architecture Components.
- Uses Hilt for for dependency injection
- Show current Location Weather with the use of Open Weather Map API
- Location
- Internet







