In this chapter, you will learn about the different types of local data, what they are best used for, and how to apply them in your application. The options will include understanding when and where to store data that needs to be kept secure.
You will modify your application to store the boards that your user creates so that they can be displayed in the slide-out menu and also be opened. You will also record the last opened board so that when returning to the application this board will be presented to the user.
What Is Local Data?
When building ...