Lessons: 13Length: 1.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Retrieving All Pages

In this lesson, you’ll create an implementation in your repository to retrieve all the available pages from the SQLite database so that they can be displayed within the app. I’ll also talk a bit about how SQLite returns rows of data and how to use list comprehensions to return only the data points that we need.

Related Links