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:
- Enter any field or set of fields.
- The app will use the top-most set of criteria to pull either current or a 5 day forecast depending on the button pushed.
- 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.