Multiple Choice
In Android 8.0, API level 26, some APIs regarding notification behaviors were moved from Notification to NotificationChannel. For example, what should we use instead of NotificationCompat.Builder.setPriority() for Android 8.0 and higher?
A) NotificationChannel.setPriority()
B) NotificationChannel.setImportance()
C) NotificationCompat.Builder.setImportance()
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Interface for a callback to be invoked
Q7: When using an ImageView, ImageButton, CheckBox, or
Q8: For example, we have a BufferedReader reader,
Q9: With a room database. When performing queries,
Q10: When scheduling unique work, you must tell
Q12: Select 3 major components of the Room.
Q13: In our TeaViewModel class, that extends ViewModel
Q14: What happens when you create a DAO
Q15: Android uses adapters (from the Adapter class)
Q16: Custom views and directional controller clicks. On