Proof Of Concept - mabrothers/weather-app GitHub Wiki

About the POC

I used this to build all my models out, test my server calls and make decisions on how to structure my app. Usage is simple:

  1. Enter any field or set of fields.
  2. The app will use the top-most set of criteria to pull either current or a 5 day forecast depending on the button pushed.
  3. The response from the server is parsed into my model classes, and then displayed as a String representation in the bottom half of the screen.