/WeatherApplication

Weather Forecast for all cities in the United States using the Open Weather Map API

Primary LanguageJava

WeatherApplication

Development an Weather Forecast Application in Android using Java-8. The user can select any city in the list and view the current as well as the future forecast. All information is retrieved using RESTful API calls in an Async Task, ListView, Recycler View, CardViews. Images are loaded using Picasso.Performed JSON parsing on retrieved data.