<https://github.com/Petrulak/kotlin-mvp-clean-arch...
# android-architecture
m
https://github.com/Petrulak/kotlin-mvp-clean-architecture Aaaaaaand another example of Clean architecture using Dagger, retrofit and few other libs. What do you guys think ?
s
Looks nice. Still unclear myself on the benefits of MVP over MVVM
m
Thank you Steven! I would say its more less personal preference. I personally dont like adding any logic into view(XML). My approach is to make view dumb as possible and use presenter to set/update data in views. Realm has a nice/short example of difference between those 2 architectures. https://academy.realm.io/posts/eric-maxwell-mvc-mvp-and-mvvm-on-android/?
s
Cool. I’ll check it out 🙂
k
Cool. But is there a way to cancel an usecase executation?