This document summarizes a lecture about data in iPhone applications. The lecture covers several topics: storing and loading local data using property lists, the iPhone's file system, archiving objects, SQLite databases, and accessing remote data via JSON and push notifications. It provides examples of writing arrays and dictionaries to property list files, explains the iPhone's application home directory structure, and gives an overview of archiving objects and using the SQLite database API.