RIA03B / ForeCast-Project

Application that can display current temperature/ weather condition, wind, and visibility. This is going to determine the weather by using your location and you can see the forecast for the 7 days of your location. You can select any of those days to see the weather in more detail. You can also select a different location to view the weather for it. As well as the ability to change the unit system.
0 stars 0 forks source link

Use JsonObject #4

Open AliIbrahim22 opened 3 years ago

AliIbrahim22 commented 3 years ago

create a json object from the string response

AliIbrahim22 commented 3 years ago

Get Json array call weather from Json response
Get Json object from Json array
Get the value of string description from json object weather
Get Json object from main from Json response

AliIbrahim22 commented 3 years ago

Get the values of temp, pressure, and humidity from Json object main
We subtract it to get temperature in celsius Get Json object called wind, speed, clouds

AliIbrahim22 commented 3 years ago

Get the Json object called sys