List of questions
Related questions
Question 44 - Associate Android Developer discussion
As an example. Our MutableLiveData<Long> object, named mLapseTime, is not connected to a Room database, etc. How can we change the value in mLapseTime?
A.
mLapseTime.postValue("new String")
B.
mLapseTime.setValue(1000l)
C.
mLapseTime.changeValue(1000l)
Your answer:
0 comments
Sorted by
Leave a comment first