Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 302 Bytes

FlowComparision

This PR is a comparison between SharedFlow and StateFlow as a tool for state management and communication between UI and ViewModel.

The project

It consists in an app to calculate if a number is even or not, using two screens one using StateFlow and another one using SharedFlow.