This chapter is from the book
Quiz Questions
- What is the SQLiteDatabase method for creating a table?
- What method provides access for reading and writing a database?
- True or false: The async() method of an AsyncTask allows you to execute long-running operations off the main UI thread in the background.
- True or false: The onAfterAsync() method of an AsyncTask allows you to execute UI methods after an AsyncTask completes.