Android MVI with Jetpack Compose
android
4 October 2019 | 14:45 | Badoo Room
A brief introduction to the new Jetpack Compose library used in a fancy MVI architecture in the Android world. This is how declarative UI patterns will allow us to create a purely functional architecture in Android – following the MVI pattern as much as possible. view(model(intent())) is the new way