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)
As an example. Our MutableLiveData<Long> object, named mLapseTime, is not connected to a Room database, etc. How can we
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
As an example. Our MutableLiveData<Long> object, named mLapseTime, is not connected to a Room database, etc. How can we
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!