Caching Solutions

Discover how to improve user experience by implementing offline support in this chapter.

We'll cover the following...

This lesson explains the different options available on Android to cache the data for offline support.

Preferences

One of the most common ways to persist data on the Android phone is to use SharedPreferences.

The shared preference is basically a ...