Weather Application
WeatherApp is a useful app for everyone who concerned about the weather every day. WeatherApp has a simple and elegant UI.
WeatherApp app has the following features:
- It is free.
- You can check the weather worldwide. ex: Chennai, Mumbai, London, Paris, San Francisco, Houston
- Live weather forecasts
- Check the weather with your current location search
- Weekly weather information for 5 days
Weather Source: https://openweathermap.org/
Architecture
The app uses MVVM [Model-View-ViewModel] architecture to have a unidirectional flow of data, separation of concern, testability, and a lot more.