Created
July 7, 2020 08:22
-
-
Save Audhil/9dc0730f29af04a6e4cef3a42e0219d5 to your computer and use it in GitHub Desktop.
viewmodel creation - gist 8
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 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