Hello, fellow developers, did anyone here experime...
# multiplatform
c
Hello, fellow developers, did anyone here experiment or had success with removing viewmodels completely from their implementations?
m
I haven't removed them, but I never used them (I've been listening to this guy a lot on this subject, https://www.techyourchance.com/you-dont-need-android-viewmodel/
👍 1
c
Awesome, I will take a look, thank you for reaching out
d
Right now I am experimenting with a custom built, Kotlin first, and Coroutine based ActorSystem that sits at the Application level. I am trying to figure out if I could replace the
ViewModel
with Actors in my ActorSystem. I would like to also replace Hilt with the ActorSystem too.