Etienne Carol - Simple MVI Architecture for Android

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • DevFest Florida is the most magical developer conference.
    An introduction to the Model View Intent architecture pattern. This pattern takes ideas and concepts from Reactive and Functional programming. We'll go over the core principles of this pattern, and how you can apply them in your Android applications. We'll look at concrete implementation details, and explore some of its benefits. Some familiarity with Kotlin and RxJava is assumed. Find the latest information about speakers, agenda, and other exciting news at devfestflorida.org

ความคิดเห็น • 4

  • @roysmith5711
    @roysmith5711 4 ปีที่แล้ว

    Not only useful for Native Android but very useful for Flutter as well.
    I think more useful in Flutter because it enforces Reactive programming.

  • @fredrik.larsen
    @fredrik.larsen 4 ปีที่แล้ว

    Excellent talk on MVI! Thanks for sharing. Around 18:00 you mention using the android main thread to ensure order. I understand why, but wouldn't the processing potentially do too much work resulting in jank?

  • @mahditajik7230
    @mahditajik7230 4 ปีที่แล้ว

    Good job! Awesome.

  • @MDProgramming
    @MDProgramming ปีที่แล้ว

    How does this reduce complexity? Are you fooling yourselves? All this complexity for such a simple thing like editing a task. what will happen if your app gets large? the complexity will be insane.