-
I'd like to show how all the original features of Groupie people know and love -- expanding groups, updates to individual sections and item payload updates, etc ... can be accomplished using the Archi…
-
* what to the best way to use it?
* when should we use it?
* Do we need to use all live data?
* Can we use as hybrid, live data + rxjava
* Do we need to declare global variable every time we use L…
-
I have "large" dataset containing pairs of values, that go like [0;1], [1;2], [2;3], etc, up until [19;20]. I am using ViewModel to load those for me and then, I am observing LiveData. The code I have…
-
Hi, this is more a question than an issue, related to Room Datasource+LiveData PagedList.
I want to use selectable item feature of the OneAdapter, so i am trying to change currently working RecyclerV…
-
Reproduce steps:
1. Open app and browse themes are loaded
2. Data is loaded from network
3. Press back button
4. Open app again
Actual:
Data is presented without loading it from network
E…
-
在 `SearchRepository` class底下
```js
service.getLocation(searchString).enqueue(object : Callback{
override fun onFailure(call: Call, t: Throwable) {
showProgre…
-
1. 여러 클래스에서 쓰이는 값 (ex. Intent로 전달하는 extra의 키 값)은 상수로 등록해두시는 게 좋습니다.
2. MutableLiveData를 그대로 가져오지 말고 get함수 쓸 때는 LiveData 형태로 가져오는 게 좋을 것 같습니다. (ViewModel 이외에서는 해당 데이터의 value를 수정할 수 없게)
3. 메소드명의 첫번째 글…
-
For me this project is interesting because it is based on viewmodel pattern
I see it uses livedata, observe: very cool!
But I would have expected to see the binding like
```
```
(from https://de…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
想问问DefaultLifecycleObserver 和 livedata的observe 对比哪个更好,因为我用liveEventBus 之前是放到了viewmodel里面传输数据 旧版时候有removeObserve 这个操作 我是直接在实现了DefaultLifecycleObserver 里面remove的