ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 44 - Associate Android Developer discussion

Report
Export

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")
Answers
A.
mLapseTime.postValue("new String")
B.
mLapseTime.setValue(1000l)
Answers
B.
mLapseTime.setValue(1000l)
C.
mLapseTime.changeValue(1000l)
Answers
C.
mLapseTime.changeValue(1000l)
Suggested answer: B
asked 18/09/2024
Albaladejo Joffrey
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first