The project we'll build in this chapter will be a simple Shopping List app: if you are like me, you might forget things now and then, and while this project will probably not solve your memory issues, it might help you come back from the supermarket with all the groceries you need.
In Chapter 5, Let's Go to the Movies - Getting Data from the Web, you've seen how to retrieve data from a web service. In this chapter, you'll learn how to store data in the device itself. Together, HTTP methods and storing data cover the core functionalities of most business apps: think of an app that keeps an inventory of a store, or an app to keep track of your personal expenses, or a fitness app that measures your exercise time. All these apps have something in common: they store data.
By the end of this chapter...