List of questions
Related questions
Question 51 - Associate Android Developer discussion
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()
B.
apply()
C.
commit() or apply()
Your answer:
0 comments
Sorted by
Leave a comment first