(True/False) Once a database is opened successfully, it will be cached by the operating
system to improve the performance of future database interactions.
(True/False) A Toast displays a message that remains on the screen until the user
dismisses it. Toasts are often used to display minor error messages or informational
messages.
SQLite is one of the world’s most widely deployed database engines. Database queries
are performed with Structured Query Language (SQL) and query results are managed
via a ________ (package android-.database).
As you build your app’s GUI and add resources (such as strings in the strings.xml file or
views in the activity_main.xml file) to your app, the IDE generates a class named
________ that contains nested classes representing each type of resource in your
project’s res folder.