This project is a basic weather app.
- It displays the weather(current temp, humidity, wind speed and more) in a specified location once the app is opened.
- displays the highest, lowest temp and humidity expected for today and next couple of days.
- Allows the user to search for different locations and display the weather for the day and next couple of days.
- simply clone the project into android studio
- update the API "key" in "com.example.weatherwizard.network.API.kt" by getting new one from https://www.weatherapi.com/
- MVVM
- Live Data
- Navigation Component
- Databinding
- Retrofit
- Glide
- Moshi
- Coroutines
- Recycler View