https://kotlinlang.org logo
t

therealbluepandabear

03/03/2021, 1:29 AM
I am new to Android. What design pattern do you usually use with Kotlin apps? With Xamarin.Forms I used MVVM (which was great). What support is there for MVVM in native Android development? Are there any other design patterns that are used more commonly (such as MVC)?
google 3
a

Alejandro Rios

03/03/2021, 1:40 AM
Not Kotlin related(please check the channel description), but normally there is MVC, MVP, MVVM, MVI and other patterns that can be used on Android The hit now is to do MVVM with ViewModels and Live Data, MVI with Jetpack Compose
j

jaqxues

03/03/2021, 5:41 AM
LiveData will probably be replaced with Kotlin's StateFlow soon enough