Solved

By Adding a RoomDatabase

Question 55

Multiple Choice

By adding a RoomDatabase .Callback to the room database builder RoomDatabase.Builder (method addCallback(RoomDatabase.Callback callback) ) , we can: (Choose two.)


A) set the database factory
B) handle database first time creation
C) handle database opening
D) disable the main thread query check for Room

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions