Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created July 7, 2020 08:22
Show Gist options
  • Save Audhil/9dc0730f29af04a6e4cef3a42e0219d5 to your computer and use it in GitHub Desktop.
Save Audhil/9dc0730f29af04a6e4cef3a42e0219d5 to your computer and use it in GitHub Desktop.
viewmodel creation - gist 8
@AndroidEntryPoint
class MainActivity : AppCompatActivity() {
// extn func from activity-ktx lib
val viewModel: MainViewModel by viewModels()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment