This is a sample app that uses Volley with OkHTTP to retrieve data from an JSON feed.
Uses the built-in ImageLoader from the volley library to fetch images from the network and GSON to bind the data to Java objects.
UI Test classes
ContentTest: Checks the ListView has been populated
NoContentTest: Checks if a TextView is displayed when a network error occur.