SharedPreferences is a handy tool for saving small amounts of data in key-value pairs. However, accessing its API directly isn’t as practical as it could be. Krate is a wrapper library built on delegated properties, and it makes storing values in SharedPreferences simple and convenient. You can read about the API design of the library […]