Join Slack
Communities
Powered by
Yep. As an example, I’m looking at creating `ViewM...
# kodein
s
streetsofboston
03/09/2018, 3:23 PM
Yep. As an example, I’m looking at creating
ViewModel
in Android given an
Activity
. The code to create one is
ViewModelProviders.of(thisActivity).get(MyViewModel::class.java)
, which I want to put into a binding.
Open in Slack
Previous
Next