-
If I get data from API I cant display them.
-
https://zladnrms.tistory.com/146
또는 Flow로 빠르게 갈아타는게 좋을 것 같습니다.
이유는 해당 블로그에 나온것처럼 View가 살아있을때 resume이 될때 observer event가 불필요하게 일어나면서
특정 API들이 불필요하게 여러번 호출되는 문제들이 있습니다.
제가 추가하여서 가볍게 수정해보려 했으나 건…
-
### Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- […
-
There are places where `MutableLiveData` is required, for example in two way data binding. It may be better to make `MutableLiveDataKtx` a subtype of `MutableLiveData` as these dependencies are hard t…
-
-
**Is your feature request related to a problem? Please describe.**
This feature suggestion aims to solve the problem of listening for variable value change (normally managed with JavaRX) without the …
-
他们的具体区别是啥,以及使用场景
-
## What on earth is ValueContainer?
A ValueContainer is a class that holds one or more values inside itself.
For example:
- MutableLiveData
- MutableState
- MutableStateFlow
- MutableList, M…
-
Getting these error while trying to mock the LiveData object below code is in my class
**ViewModelClass** -
private val _departmentDropDownList = MutableLiveData()
val departmentDropDownList: Liv…
-
Hello.
The example here covers only fetching immutable data. But for me, the most challenging is creating and updating existing data. How to handle validation of mutable data, when there is high coup…