Hannes Dorfmann
Hannes Dorfmann
No idea what this companion object is. Do you use any kind of dependency injection or could share the source code somehow? Rui Eduardo Soares schrieb am Mi., 9. Dez....
Hey @bdelville thanks for this PR I'm not sure though if that is the right API. I was wondering if it make sense to keep this outside of the library?
Hey here, what exactly do you want to test? Interactors? We had a discussion lately (see #168) where I have explained why I think integration testing makes more sense especially...
Hey, sorry, the correct issue is #268 (not #168)
Thanks for taking the time to write down your feedback. Regarding your original question: If you just want to test Interactors, then go ahead and write tests like: ```java @Test...
We have some similar discussion about SnackBar here #255 However, I think navigation can be seen as "side effect" since it is not affecting (nor changing) the state for your...
Jfyi: I have figured out a simple pattern of how to do navigation properly (not only MVI related, but works well with MVI). I can share it next week as...
My bad, I haven't had time to write a blog post or clean up my example repository ... Maybe next week ... sorry ...
Here you go: [http://hannesdorfmann.com/android/mosby3-mvi-8](http://hannesdorfmann.com/android/mosby3-mvi-8) Hope someone find it helpful.
Thanks for reporting! I will take a look at the end of the month. I guess it is caused by some dagger scoping issues ... 曾祥彬 [email protected] schrieb am Sa.,...