Improving the Caching Game on Android in Kotlinby@crypticminds
644 reads
644 reads

Improving the Caching Game on Android in Kotlin

by Anurag9mJanuary 19th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Caching is temporarily storing data in application memory that you would normally fetch over the network so that you can access it faster the next time it is required. A good caching layer in our applications can vastly improve the user experience for people with not so good internet connections and at the same time take off some load of your server. I decided to create an open source caching library for android that will allow you to create a cache layer in your app in minutes. In this post I will show how you can cache responses that we can fetch from a server using a GET call.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Improving the Caching Game on Android in Kotlin
Anurag HackerNoon profile picture
Anurag

Anurag

@crypticminds

Share Your Thoughts

About Author

Anurag HackerNoon profile picture
Anurag@crypticminds

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!