У нас вы можете посмотреть бесплатно Hilt ViewModels and Dependency Injection или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The BEST android courses in the world: https://codingwithmitch.com/ In this video I show you how to do dependency injection into viewmodels using Hilt. In the previous video I showed you how to do field injection into an activity. Constructor injection is preferable over field injection whenever possible because then you know exactly what a class needs to be built. Hilt makes it very easy to instantiate viewmodels in Fragments and activities. You can use the "by viewmodels()" method to maintain a viewmodel instance in a fragment. Or use the "by activityViewModels()" method to maintain a viewmodel instance between multiple fragments sharing the same host activity. Code: https://github.com/mitchtabian/MVVMRe... Follow me: Instagram: / codingwithmitch Twitter: / mitch_tabian . .