You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetches today's weather data and forecasts for next 4 days. It uses MVVM as architecture, Hilt as dependency injection, and uses Coroutines + Flow for data handling.
Weather App to fetch today's Bengaluru's data.
To forecast weather data of next 4 days.
This project is done to get hands dirty on Coroutines, Flow, Hilt while using MVVM Architecture in Kotlin.
About
Fetches today's weather data and forecasts for next 4 days. It uses MVVM as architecture, Hilt as dependency injection, and uses Coroutines + Flow for data handling.