COSCUP x RubyConf TW 2021

Android Reactive Architecture in Kotlin

演講摘要

The concept of reactive programming and declarative programming is more and more popular right now, there are bunch of libraries to help you doing that, like RxJava, LiveData and Coroutine Flow. In this talk, I will talk about the core concept of reactive programming and how to implement this on modern Android development.

This is medium-level talk, it would be good if you are:

  • Already know how to use functional operators like map, filter or reduce.
  • Basic understanding of MVVM and observer pattern

It would be great if you are:

  • Curious about why not just use Coroutine for every product.
  • Eager to know reactive programming best practices

Github repo link:
https://github.com/hungyanbin/ReactiveStickyNote

英文演講摘要

The concept of reactive programming and declarative programming is more and more popular right now, there are bunch of libraries to help you doing that, like RxJava, LiveData and Coroutine Flow. In this talk, I will talk about the core concept of reactive programming and how to implement this on modern Android development.

This is medium-level talk, it would be good if you are:

  • Already know how to use functional operators like map, filter or reduce.
  • Basic understanding of MVVM and observer pattern

It would be great if you are:

  • Curious about why not just use Coroutine for every product.
  • Eager to know reactive programming best practices

Github repo link:
https://github.com/hungyanbin/ReactiveStickyNote

洪彥彬