Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 806 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 806 Bytes

Weather App

This project is intended to display the weather information to the user fetched from open weather API.

As a start, this is a minimal viable product. It has basic features with basic weather information.

Application Flow

On opening the application, the GET API call to the Open Weather API is initiated with a separate thread. On UI, till the results are received, a spinner is shown to the user. Once the results are received, it displays to the user.

If there is no internet available, then it will display an alert dialog box stating the same.

Permissions

  • Internet

Here is a sample video of the application.

demo.mp4

This application will get more features in the future.