Question 16

Select correct statements about Hardware Abstraction Layer (HAL). (Choose two.)
  • Question 17

    With our Context we can get SharedPreferences with a method, named: getSharedPreferences (String name, int mode). What value can we transfer in a "mode"parameter?
  • Question 18

    What do you want from Room when you create a DAO method and annotate it with @Delete?
    Example:
    @Dao
    interface MyDao {
    @Delete
    fun deleteUsers(vararg users: User)
    }
  • Question 19

    Move the major components of the Android platform to correct places in diagram.

    Question 20

    "Set the activity content to an explicit view. This view is placed directly into the activity's view hierarchy. It can itself be a complex view hierarchy." This can be done by calling method: