At the QA someone asked about configuration change (27:18) and Amanda answered that NetworkingViewState could be a Parcelable but this is dangerous given that NetworkingViewState "wraps" a T type that can be enormous and that would easily cause an exception to be thrown when trying to save the instance state.
At the QA someone asked about configuration change (27:18) and Amanda answered that NetworkingViewState could be a Parcelable but this is dangerous given that NetworkingViewState "wraps" a T type that can be enormous and that would easily cause an exception to be thrown when trying to save the instance state.
At my work, the tests don't even verify that there are no more interactions with given mock. So they would still pass.
Do you have this sample somewhere on GitHub?
Why mix RxJava into Kotlin? Kotlin has its own Coroutines
Kotlin streams aren't mature like Rxjava observables. And certainly weren't in 2017
Nicely presented..... but, without crossing root presenter ... there will be always something that you missed
How dare you work on MVP :P