Chapter 2. Working with Local and Remote Data Sources
In this chapter, we'll cover the following topics:
- Reading data from remote XML via HTTPClient
- Displaying data using a TableView
- Enhancing your TableViews with custom rows
- Filtering your TableView with the SearchBar control
- Speeding up your remote data access with Yahoo! YQL and JSON
- Creating a SQLite database
- Saving data locally using a SQLite database
- Retrieving data from a SQLite database
- Creating a "pull to refresh" mechanism in iOS