Which of the following are true about Preferences DataStore?… Which of the following are true about Preferences DataStore? (Select all that apply.) Read Details
Which of the following are typical steps a Module 7 student… Which of the following are typical steps a Module 7 student takes to navigate between two Compose destinations? (Select all that apply.) Read Details
Which Modifier chain correctly makes a 200 dp square Box wit… Which Modifier chain correctly makes a 200 dp square Box with blue background, padded by 8 dp inside the blue area? Read Details
Which Room annotation lets you write a custom SQL statement… Which Room annotation lets you write a custom SQL statement on a DAO method? Read Details
Which of the following are characteristics of unidirectional… Which of the following are characteristics of unidirectional data flow (UDF) in Compose? (Select all that apply.) Read Details
Which of the following are typical ingredients of a Module 1… Which of the following are typical ingredients of a Module 12 “fetch from REST API” feature? (Select all that apply.) Read Details
Which Compose effect runs a block of code once when a compos… Which Compose effect runs a block of code once when a composable enters the composition and cancels it when the composable leaves? Read Details
A ViewModel can survive a configuration change such as devic… A ViewModel can survive a configuration change such as device rotation, so state stored in viewModelScope-launched work does not need to be re-fetched. Read Details
Which Android Studio template does this course start every C… Which Android Studio template does this course start every Compose project from? Read Details
An explicit Intent specifies the exact target component by c… An explicit Intent specifies the exact target component by class name, so the system does not have to ask the user which app to use. Read Details