Skip to content

dmdbilal/Meteo

Repository files navigation

Meteo

Meteo is an Android app that fetches weather info and forecasts from open-meteo service based on the user's GPS location. The app presents weather updates in an easily understandable format with an intuitive UI. It provides reliable and accurate weather information sourced from various sources, including meteorological stations and weather models. It is a useful app for anyone who needs to stay informed about the weather conditions in their area.

Features

  • Current weather data display
  • That day's weather forecast

Libraries used

  • Retrofit - To get information from internet.
  • The weather details are obtained from the open-meteo.
  • Moshi - For parsing the JSON to kotlin object.
  • Dagger Hilt - For dependency injection.

Future scope

  • To display the next 7 days weather forecast.
  • To add navigation between screens.
  • To improve the UI.

Screenshot