Create a screen with one spinner containing at least two cities.
Create a screen with one spinner containing at least two cities. On selection of the city in the spinner, make a service call to the weather API that returns the results in XML format. Parse the XML results and display the current temperature and current conditions in a text view.