Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created March 21, 2019 21:18
Show Gist options
  • Save tfcporciuncula/55630a2965594ac71c706d807f0abf13 to your computer and use it in GitHub Desktop.
Save tfcporciuncula/55630a2965594ac71c706d807f0abf13 to your computer and use it in GitHub Desktop.
BestPostActivity.kt
private val viewModel by viewModel(this) {
injector.bestPostViewModelFactory.create(myIntFromView = 10)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment