Created
June 19, 2020 00:44
-
-
Save Zhuinden/b4e620120a986fb99bd8e9ca7946c86e to your computer and use it in GitHub Desktop.
Hilt login fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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