December 2011
Intermediate to advanced
792 pages
20h 20m
English
In the preceding chapter we added the ability for the prototype app to take photos with the device cameras. Now that photos are coming into the app, it’s time to develop a system for saving and managing them. In this chapter we’ll discuss what kind of data the app will deal with and how to manage and save it effectively. This chapter will implement the Model part of the Model-View-Controller design pattern.
In order to effectively build the data model, you need to have a clear idea of what kind of data you’ll be working with and how the various types of data relate to each other. For this app there are two types of data: photos and photo albums.
Since this app arranges photos in albums, the most obvious ...
Read now
Unlock full access