Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active November 21, 2021 05:09
Show Gist options
  • Save manhduy/f576694125fd034fb1800921fd8a0013 to your computer and use it in GitHub Desktop.
Save manhduy/f576694125fd034fb1800921fd8a0013 to your computer and use it in GitHub Desktop.
@AndroidEntryPoint
class CalculatorActivity : AppCompatActivity() {
private val viewModel: CalculatorViewModel by viewModels()
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment