WeatherReport App using RestAPI
WeatherReport Application using RestAPI
This is a simple weather forecast applicaiton that retrieves weather forecast data from a RestAPI provided by MetaWeather on user’s request by ID/name of the city and display the data.
This application demonstrates the use and integration of the following tools and functionalities …
RequestQueue
in order to ensure that the RequestQueue
lasts for the lifetime of the application. This application was created by following a tutorial from freeCodeCamp.org