KotlinConf 2017 - A View State Machine for Network Calls on Android by Amanda Hill

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 7

  • @Chuckytuh
    @Chuckytuh 7 років тому +3

    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.

  • @michaelnajera7958
    @michaelnajera7958 5 років тому +1

    At my work, the tests don't even verify that there are no more interactions with given mock. So they would still pass.

  • @MikeMitterer
    @MikeMitterer 7 років тому +3

    Do you have this sample somewhere on GitHub?

  • @igorg.8624
    @igorg.8624 6 років тому +9

    Why mix RxJava into Kotlin? Kotlin has its own Coroutines

    • @BigCarso
      @BigCarso 5 років тому +1

      Kotlin streams aren't mature like Rxjava observables. And certainly weren't in 2017

  • @kamalabuhenamostafa
    @kamalabuhenamostafa 7 років тому

    Nicely presented..... but, without crossing root presenter ... there will be always something that you missed

  • @coroutinedispatcher
    @coroutinedispatcher 4 роки тому +1

    How dare you work on MVP :P