Android application that displays data from https://jsonplaceholder.typicode.com/
It is an offline first application that fetches data from the cache first before fetching it from the rest api. This helps reduce the amount of network requests made.