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 Volley #3

Open RIA03B opened 3 years ago

RIA03B commented 3 years ago

Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley excels at RPC-type operations used to populate a UI, such as fetching a page of search results as structured data. It integrates easily with any protocol and comes out of the box with support for raw strings, images, and JSON. By providing built-in support for the features you need.

RIA03B commented 3 years ago

Import into project.