Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1019 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1019 Bytes

Weather

This application provides the weather information for the given city in the US region with respect to city name and postal code using Open Weather service.

Architecture

In this application, we have followed the MVVM Pattern.

Feature

  • City Weather Information like temperature, humidity, pressure, minimum and maximum temperature.
  • Forecast Weather Information for upcoming four days.
  • Favourite Cities
  • Supported for both Portrait and Landscape mode.

Information

  • To store the favourite cities, we have internally created a database to store the information and loaded in the list.
  • Continuously monitoring the data connection in the application.
  • If data connection is not available, respective alert is shown.

Screenshot

Android

iOS