iOS and Android saving user settings

--

Picture by Rima Kruciene on Unsplash

The most basic things to persist for our App is usually the user settings. It is so small, that it would overkill if we were to save it to database or create a file for to save it.

Fortunately, iOS and Android does provide some simple way of saving these. I’m sharing here so you get to see how both platform do the similar things.

iOS

--

--