Android : LiveData vs Flow
Feb 26, 2025 · 2 min read · FeatureLiveDataFlow TypeObservable data holder classCold stream of data ReactivityEmits only when observedCollects only when needed ThreadingRuns on the main thread by defaultRuns on the background thread by default Backpressure HandlingNot sup...
Join discussion








