/WeatherForecast

Weather Forecast application is built to understand Jetpack compose tool

Primary LanguageKotlin

WeatherForecast

Weather Forecast application gets the weather information of a city based on your query by using openweathermap. The following features are implemented in this application

App features

  1. Get weather information of the city of your choice
  2. Store and retrieve your favorite cities using Room database.
  3. Delete a city from the favorites

Possible Improvements

  1. Location based weather information retrieval and provide options to the user to select a city from the map
  2. Add more options to favorites feature
  3. Use of common resources for dimensions, text size etc. by using CompositionLocal etc.

This application makes use of Dagger Hilt for Dependency Injection.