top of page
Search
![Cold Flow vs Hot Flow in Android](https://static.wixstatic.com/media/1b7c8c_f52dd44244cc4bf59c9c8500d211363d~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_auto/1b7c8c_f52dd44244cc4bf59c9c8500d211363d~mv2.webp)
Dec 23, 20232 min read
Cold Flow vs Hot Flow in Android
Cold Flow A cold flow starts emitting values only when it is collected. The collection process starts from the beginning for each new...
![](https://static.wixstatic.com/media/1b7c8c_9669354986c945fb91967c43d6fa247d~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/1b7c8c_9669354986c945fb91967c43d6fa247d~mv2.webp)
![Mixing reactive and non-reactive could create ambiguity](https://static.wixstatic.com/media/1b7c8c_9669354986c945fb91967c43d6fa247d~mv2.jpg/v1/fill/w_454,h_315,fp_0.50_0.50,q_90,enc_auto/1b7c8c_9669354986c945fb91967c43d6fa247d~mv2.webp)
Jul 15, 20231 min read
Mixing reactive and non-reactive could create ambiguity
Mixing reactive and non-reactive could create data ambiguity if the data has been produced by mixing reactive and non-reactive code.
![Unidirectional Data Flow in Android](https://static.wixstatic.com/media/1b7c8c_548403bdd0fb41d69e57d4dee021166c~mv2.png/v1/fill/w_454,h_304,fp_0.50_0.50,q_95,enc_auto/1b7c8c_548403bdd0fb41d69e57d4dee021166c~mv2.webp)
Jul 10, 20232 min read
Unidirectional Data Flow in Android
Unidirectional Data Flow (UDF) is a kind of architecture that ensures single source of truth for data. In this architecture the state flows
bottom of page