S3 ‐ Caching strategies - S3-G31-Kotlin-QueueHub/mobile-app-android GitHub Wiki

The caching strategies implemented are based on caching last information retrieve about application features. For example, in the home view the user can see their common places, and a network falling back to cache strategy is used for these common places. Also, this can be seen on the wait screen turn information. In addition, the images displayed for the common places are stored in cache using Glide. These strategies are useful in order to improve the user experience and the application performance. In the case of the images, these are saved on a cloud service. So, by the use of cache the number of requests to get the image can be reduced and the user can continues see important information even though the loss of connection.