Skip to content

Instantly share code, notes, and snippets.

@Zhuinden
Created June 19, 2020 00:44
Show Gist options
  • Save Zhuinden/b4e620120a986fb99bd8e9ca7946c86e to your computer and use it in GitHub Desktop.
Save Zhuinden/b4e620120a986fb99bd8e9ca7946c86e to your computer and use it in GitHub Desktop.
Hilt login fragment
@AndroidEntryPoint
class LoginFragment : Fragment(R.layout.login_fragment) {
private val viewModel by viewModels<LoginViewModel>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment