Android app to show weather using MVVM, Retrofit, Hilt, and Jetpack component
- Base url: https://api.openweathermap.org/data/2.5/
- Read the Documentation and get API key
- Put it into
gradle.properties
file as shown below or use my free api key. I suggest you to use your own key. It may not work in future.
ViewModel
Databinding
LiveData
Navigation