/Weather-App

A Kotlin based Android Weather App using coroutines and API from openweather.com.

Primary LanguageKotlin

Weather App


About the Project

This is an Android Weather App that detects weather forecasts in your current location automatically. There are many information in the weather forecasts which includes

  • atmospheric pressure
  • weather condition
  • relative humidity
  • wind speed
  • sunset and sunrise time
  • hourly weather forecast for next 24 hours.

Build With

This App is entirly coded in Kotlin with Android Studio. This application uses coroutines and the forecast data is fetched using API from OpenWeather

Android Version Targeting

This App is currently built to work with Android API 29(Android 10).However, the apps minimum SDK support is 18(Android 4.3 Jelly Bean).


Acknowledgements

Dependencies used in this project includes