A demo app showing the implementation of custom library that can asyncronously download images, JSON, text and other files from the network concurrenlty with mem cache support for Images, JSON and text
Libraries used are
- OkHttp for network access
- Gson for handling JSON
- Google design support libraries
- Mockito, MockWebServer and Espresso for testing