agul1no / Weatherlicious

This is a mobile Android Application design with the newest Android Jetpack Libraries and with a MVVM Design Pattern. With this application you cancheck the weather in your city consuming the data from an Weather API. The App is built in Kotlin using the retrofit library to communicate with the API. It also uses Navigation Components, View Binding, Dagger Hilt for dependency injection, Room for a caching strategy and the MP Android Chart library to display the data in a chart. You can search for the weather forecast in your favourite city and you are also able to use the application offline and see the latest downloaded weather forecast in your device.
MIT License
2 stars 0 forks source link

Dependency injection implemented #8

Closed agul1no closed 2 years ago

agul1no commented 2 years ago

Application class created Activity and Fragments annotated App Module created and provideRetrofit function created Util package created

agul1no commented 2 years ago

Please review my code and apply merge if everything works for you