https://kotlinlang.org logo
#android
Title
# android
h

hybridDeveloper

07/20/2020, 11:39 AM
Hello guys, Does any one have a sample MVI project with Coroutines/Flow or LiveData (Without RxJava) + DI
google 1
p

pedro

07/20/2020, 1:47 PM
I’m actually working on a sample project for this library… It should be completed soon if you want to see it https://github.com/pedroql/mvflow
h

hybridDeveloper

07/20/2020, 6:28 PM
Nice one @pedro. You Addressed the activities, how about fragments ? Also id MviFlow replacing ViewModel ?
this Library is great. Please share the sample as well. Thanks
p

pedro

07/21/2020, 12:21 PM
You can use the library with or without ViewModels. Also, fragments don’t change anything meaningful. I will publish the samples (probably) this week. Stay tuned!