Develop a basic Android "Weather Application". Your application should have a single view with a list of cities (see below) and the current temperature at that location. The application must target Android 19+ and must be built natively using the current Android Development Toolkit.
You are free to use any open 3rd party Weather API, however we have listed a few for you:https://openweathermap.org/api https://apidev.accuweather.com/developers/ https://developer.yahoo.com/weather/ List of cities that you must have in your app: Ottawa Toronto Montreal Calgary Vancouver Halifax What have I done: I created the app that it was required.
I attached a snap shot of the picture. I was able to code it till I can show only the current temperature for city of Ottawa. I need to show the current temperature for the other cities as well and I also want to implement the button "refresh all" so it would refresh the temperature for the cities.
I believe this should be done but you guys are the expert: loop through one list of cities, adding them, and then updating those in the list. What I would like: I like to go over my code, review it and finish where I left off please.