Skip to content

Instantly share code, notes, and snippets.

@Nyame123
Created June 10, 2021 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nyame123/6073873f3fb2a90c8cfb5b9d4fede546 to your computer and use it in GitHub Desktop.
Save Nyame123/6073873f3fb2a90c8cfb5b9d4fede546 to your computer and use it in GitHub Desktop.
@AndroidEntryPoint
class MainActivity : AppCompatActivity() {
val viewModel: MainActivityViewModel by viewModels()
…………
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment