Skip to content

jshvarts/UiStatePlayground

Repository files navigation

UI State Playground

Android Weekly badge

Companion repo to my blog post Compose sample app: UI state with Flow, offline first

Summary of what that post covers:

  • UI State using Flow
  • Offline First reactive repository using Flow
  • Unit tests for State and Flows
  • Some lessons in optimizing compositions