Ecchilon / SadPanda

Apache License 2.0
2 stars 4 forks source link

try/catch API calls #17

Closed Ecchilon closed 9 years ago

Ecchilon commented 9 years ago

https://github.com/Ecchilon/SadPanda/blob/master/app/src/main/java/com/ecchilon/sadpanda/overview/OverviewAdapter.java#L39 can throws errors (timeouts, etc), but those aren't caught at the moment. This causes the application to crash on client errors.

Ecchilon commented 9 years ago

Better error handling through AsyncResultTask closes this