ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 51 - Associate Android Developer discussion

Report
Export

SharedPreferences.Editor is an interface used for modifying values in a SharedPreferences object. All changes you make in an editor are batched, and not copied back to the original SharedPreferences until you call:

A.
commit()
Answers
A.
commit()
B.
apply()
Answers
B.
apply()
C.
commit() or apply()
Answers
C.
commit() or apply()
Suggested answer: C
asked 18/09/2024
FELIPE VILLAGOMEZ CARDENAS VILLAGOMEZ
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first