Sending View Model Events to the UI (is this how people are handling Navigation and Snackbars now?)

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

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

    [ACTIVE] The event emitter allows you to register multiple observers, but enqueue events while there are no observers.

  • I use https://github.com/Zhuinden/event-emitter because I don't use channels because I typically don't use flows, but if I was using flows, I'd just do Channel(UNLIMITED) + receiveAsFlow() and be done with it.

  • live-event

    [ACTIVE] Lifecycle-aware wrapper over EventEmitter, for modelling one-off events.

  • For events, I use https://github.com/Zhuinden/event-emitter with https://github.com/Zhuinden/live-event

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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