Create a screen with one spinner containing at least two cities.

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