cmcintosh / weather_app

This is a demonstration weather app for Android and iPhone using the Visual Studio Xamarin plugin
0 stars 0 forks source link

Create Error Handlers for HTTP Exceptions #4

Open cmcintosh opened 7 years ago

cmcintosh commented 7 years ago

We need to have the application be able to properly respond to HTTP Exceptions. For our case, the most we want to really do is inform the user that either we could not connect to the service or that we could not find the city they entered.

At the present our application fails when a WebException is thrown by our HttpWebResponse calls. Create the appropriate code to handle this.

cmcintosh commented 7 years ago

1 -2 hours per error type, handle 404, 500, (and whatever Weather API returns for rate limit). 11 hours