Skip to content

Latest commit

 

History

History
50 lines (21 loc) · 3.14 KB

README.md

File metadata and controls

50 lines (21 loc) · 3.14 KB

mobile-programming-HW3

Weather application

Application has two tabs : Home and Setting.

Home :

Screenshot 2023-07-01 at 16 00 54

Setting :

Screenshot 2023-07-01 at 17 17 39

Setting tab has two options. First Celsius mode and second Dark mode. When Celsius mode is activated, temperatures are shown in Celsius, and activating Dark mode changes them to dark.

Screenshot 2023-07-01 at 17 25 31 Screenshot 2023-07-01 at 16 07 30

Home

Home tab contains a list of favorite locations, navigation title,plus navigation link that take the user to search scene which user can add a location to favorite list.Then application automatically goes back to the Home page and a new location appears in the favorite list. It also has a sort tool which sort favorite places based on name or temperature.Delete mechanism is available with swiping.

Screenshot 2023-07-01 at 16 00 54 Screenshot 2023-07-01 at 16 04 05 Screenshot 2023-07-01 at 16 04 23 Screenshot 2023-07-01 at 16 04 41 Screenshot 2023-07-01 at 16 01 38 Screenshot 2023-07-01 at 16 05 49 Screenshot 2023-07-01 at 16 06 09

When clicking on any location in Home page it goes to Forecast page and showing different information like date , time , average temperature , wind speed after wind icon and condition of weather like sunny, rainy,....All of these informations fetch from api and come from weather data in url which we call the api from that.

Screenshot 2023-07-01 at 22 37 28