<Shares of Lifecycle Livedata ViewModel with ViewB...
# stackoverflow
u
Shares of Lifecycle Livedata ViewModel with ViewBinding I'm still new to kotlin. So I want to try lifecycle, livedata, and viewModel in my study project, using moviedb as its data. But since Android Kotlin Extensions dependency is deprecated, I have to use viewBinding as an alternative, but when I run the app, it goes error like this: 2022-06-28 113919.935 25250-25250/? E/AndroidRuntime: FATAL EXCEPTION: main Process: id.kotlin.belajar, PID: 25250 java.lang.RuntimeException: Unable to start activity...