Android
OA0-002 · Question #40
Which of these is the correct processing necessary for data update notification at the time of creating an individual ContentProvider and using it?
The correct answer is C. In the update method of ContentProvider class, notify by calling the. See the full explanation below for the reasoning.
Question
Which of these is the correct processing necessary for data update notification at the time of creating an individual ContentProvider and using it?
Options
- AIn the update method of the ContentProvider class, notify by calling the
- BIn the update method of ContentProvider class, notify by calling the Cursor.notifyChange method.
- CIn the update method of ContentProvider class, notify by calling the
- DIn the update method of the ContentProvider class, notify by calling the Cursor.setNotificationUri
How the community answered
(35 responses)- A3% (1)
- B17% (6)
- C74% (26)
- D6% (2)
Community Discussion
No community discussion yet for this question.