At the end of each project, you'll find a few questions to help you remember and review the content covered in the chapter. Please try to answer the following questions, and, when in doubt, have a look at the content in the chapter itself: you'll find all the answers there!
- What happens when you call the openDatabase() method?
- What's the difference between the rawQuery() and query() methods of a database object?
- How do you use a factory constructor? When should you use it?
- What's the purpose of a Dismissible widget?
- How do we use the where and whereArgs parameters of a query() method?
- When should you use model classes in an app?
- When would you use a SnackBar?
- What's the syntax of an insert() method on an SQLite database?
- What is the purpose of the key in a Dismissable widget?
- When would you use a FAB?