David Jones
Results
1
issues of
David Jones
EggTimerFragment.kt val viewModel = ~~ViewModelProviders.of~~(this).get(EggTimerViewModel::class.java) ViewModelProviders is DEPRECATED Updating the Fragment to use current methods for initializing the ViewModel requires different dependencies. Using these dependencies, however, breaks the app. Google,...