-
In the View Model Creation part of the Wiki, https://github.com/airbnb/MvRx/wiki#view-model-creation , is a typo.
> If your ViewModel requires external dependencies, or any constructor arguments be…
-
Hello! Is there anyway I can have an example of the correct way to use MvRx with Carousel? I've been trying to implement this, but haven't got any progress so far. Thanks!
-
When a fragment is added to the backstack, and then resumed, almost all lifecycles besides `onCreate `will be called again. If you call `subscribe` or `selectSubscribe` in a different lifecycle, such …
-
Based on repo activity and changelog file, it seems that there should be versions 0.8.0 and 1.0.0 released, but there are none, either on GitHub's releases page, nor on Maven Central (the newest versi…
-
Hey, Just wondering how crazy it is for me to attempt integratin MvRx with [Conductor](https://github.com/bluelinelabs/Conductor). I would be more than happy to provide a PR/separate module, but I fir…
-
Are releases being tagged? The last 2 versions were included in `CHANGELOG.md` but have not been tagged and do not show up under Releases tab on Github.
`README.md` still mentions dependency v0.7.2.…
-
This is a follow on from #567 but specifically when used with MvRx.
I'm seeing sporadic: `java.lang.IllegalArgumentException: The notify executor for your PagedList must use the same thread as the …
-
I found 3 extension for view model creator
fragmentViewModel, existingViewModel, activityViewModel
but it only support fragment scope
bng86 updated
5 years ago
-
This is the weirdest issue I've ever had with Epoxy. I tried to triple-check everything, and it still looks like there is something wrong with Epoxy or Android.
Basically.. I have this:
```kotli…
-
Prior to 0.7.0 it was not necessary for `MvRxViewModel`'s companion object to implement `MvRxViewModelFactory` when there was no need for it.
After the change whenever the `MvRxViewModel` has a co…