-
I have a problem using mosby mvp and the event bus
I am replicating the login example of e-mail and when the login_presenter sends the event "LoginSusscesfullEvent" I get an error that there is no …
-
Having researched 2018 solutions for the fragment problem I came across your blog post and have been trying to implement the Mosby/Flow combo.
Trying to access the Repo link I noticed that there is…
-
My question is somehow similar to this #242
So I have an intent in my view implemented like this:
```
override fun selectDateIntent(): Observable {
return selectDatePubSub.distinctUnti…
-
im seeing build issues after the new firebase verisioning has been added.
https://android-developers.googleblog.com/2018/05/announcing-new-sdk-versioning.html
I created a empty project and wit…
-
Seems like an internal bug with eager Observables when establishing the MVI chain.
http://stackoverflow.com/questions/43680876/losing-events-during-rxjava-subscribeon
-
Other than two issues that Zheng mentioned, I also get NPE for AnanymousClassDeclaration in two different systems.
First one in Mosby system
Second one in Requery system
-
It's almost exactly the same as regular Fragment, I'm not sure if there is an easy way to share the boilerplate code between them.
If anyone does try to add support for DialogFragments, this will kee…
-
Whenever I add a feature to my app, I see myself copying over 4 classes, which basically are all the same.
I always create 4 classes like following:
* `Interactor`
* `Presenter`
* `State`
* `…
-
**Mosby Version:** 3.0.4
**Expected behavior**
DetachView with retainInstance false when activity is destroyed
**Actual behavior (include a stacktrace if crash)**
DetachView with retainInstan…
-
In [GreetingViewController](https://github.com/jshvarts/MosbyMVP/blob/master/conductor-hello-world-viewstate/src/main/java/com/jshvarts/mosbymvp/GreetingViewController.kt) you should implement `onView…