Question 36

In application theme style, flag windowActionBar (<item name="windowActionBar">) indicates:
  • Question 37

    What method should we use with Notification.Builder to supply a PendingIntent to be sent when the notification is clicked?
  • Question 38

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

    What is the placeholder tag <xliff:g> used for?
  • Question 40

    Filter logcat messages. If in the filter menu, a filter option "Show only selected application"? means: