Flow or RxJava

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • workflow-kotlin

    A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.

  • For example square has open sourced workflow https://github.com/square/workflow-kotlin (MVI + plugin based architecture), if you look other examples like molecule they use Presenters (not the MVP ones) which is completly different. The only common thing is that they are both UDF.

  • circuit

    ⚡️ A Compose-driven architecture for Kotlin and Android applications. (by slackhq)

  • Also there was a presentation about circuit from slack (https://github.com/slackhq/circuit) and they said that they spoke with many engs before building, including square. My guess is that they talked with the engineers behind the "presenter".

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts