Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.38 KB

Android WeatherApp

Screenshots

Description

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.

Implementation

  • This application was designed using the MVVM software architectural pattern.
  • Local database was implemented using Room Architecture component.
  • API Requests were handled using Retrofit.