This is a weather android application.
it provides the following features:
- Current temperature in 5 cities : Cairo, London, Barcelona, Paris and Munich.
- 5 days weather forecast for each of the previously mentioned cities.
- Real-Time temperature updates.
- Local database for offline usage.
- About the application and contact the developer option with auto-redirect to the appropriate contact application.
- Portrait and Landscape orientation supported.
- This application was designed using the MVVM software architectural pattern.
- Local database was implemented using Room Architecture component.
- API Requests were handled using Retrofit.