https://developer.android.com/topic/libraries/a...
10 февр. 2025 г. ... Navigation graphs are also ViewModel store owners. If you're using Navigation Fragment or Navigation Compose, you can get an instance of a ...
https://www.fandroid.info/viewmodel-%D0%B8-jetp...
android java Jetpack Kotlin NavGraph Navigation ViewModel. Вам також може сподобатися. Урок 11. Принципы навигации внутри и между андроид-приложениями.
https://medium.com/@jatingujjar646/the-nav-grap...
17 нояб. 2025 г. ... The Nav Graph ViewModel Scope in Compose You Might Not Be Aware Of Jetpack Compose has reshaped how we build Android UIs — but with that ...
https://stackoverflow.com/questions/69642441/ho...
20 окт. 2021 г. ... The viewmodel should only be active in the NavGraph Scope. · When I go to a different route and come back I should initialize a new viewmodel ( ...
https://insert-koin.io/docs/reference/koin-andr...
Koin provides special support for ViewModels with lifecycle-aware injection. Key Concepts. Survives Configuration Changes - ViewModels persist through ...
https://github.com/InsertKoinIO/koin/discussion...
22 сент. 2022 г. ... How to sharing viewmodel between an activity and each navgraph destination. ... android:2.38.1" kapt "com.google.dagger:hilt-android-compiler:2.37 ...
https://www.youtube.com/watch?v=BFhVvAzC52w
29 сент. 2024 г. ... ⭐ Become an industry-ready Android dev with my Android Essentials Bundle: https://pl-coding.com/android ... viewmodel? 24:38 · Go to channel ...
https://habr.com/ru/companies/badoo/articles/59...
23 дек. 2021 г. ... hiltViewModel() позволяет из Composable функции получить заданную ViewModel без явной ссылки на Activity, Fragment или View. ... NavGraph. // ...
https://developer.android.com/guide/navigation
5 нояб. 2025 г. ... NavGraph. Controller. The central coordinator for managing ... ViewModel support: Enables scoping a ViewModel to a navigation graph ...
https://medium.com/@mahbooberezaee68/retrieving...
26 февр. 2025 г. ... ... Android applications, enabling smooth transitions between screens and … ... The Nav Graph ViewModel Scope in Compose You Might Not Be Aware Of ...
Design navigation graphs | Android Developers
developer.android.com
Navigation in Jetpack Compose, NavHost, NavController, NavGraph | Medium
medium.com
Understanding ViewModelProvider: A Deep Dive | by Milind Amrutkar ...
medium.com
android - Accessing graph-scoped ViewModel of child NavHostFragment ...
stackoverflow.com
navGraph scoped viewModel strange behaviour : r/android_devs
www.reddit.com
android - Same fragment with different navgraph by ...
stackoverflow.com
android - Same fragment with different navgraph by ...
stackoverflow.com
Interact programmatically with the Navigation component | App ...
developer.android.com
android - Same fragment with different navgraph by ...
stackoverflow.com
YouTube • September 29, 2024 • 24:40
This video is all about how you can trigger navigation actions from any of your ViewModels without having to make use of Channels or SharedFlows inside each of them. ⭐ Become an industry-ready Android dev with my Android Essentials Bundle: https://pl-coding.com/android-essentials-bundle?utm_source=youtube&utm_medium=video&utm_campaign=default ...
YouTube • December 5, 2024 • 27:00
Fuel my creativity! : https://buymeacoffee.com/himanshugaur Discover an innovative approach to navigation in Android apps using ViewModel! In this video, I’ll walk you through implementing navigation directly from your ViewModel, enhancing the separation of concerns and making your codebase more scalable and maintainable. Perfect for Jetpack ...
YouTube • April 8, 2025 • 02:05
Learn how to implement dynamic navigation in Android by leveraging `ViewModel` and `LiveData` in your MVVM architecture with View Binding.---This video is ba...
YouTube • May 17, 2025 • 03:45
¡Bienvenido a nuestro canal! ¿Te suena el patrón MVVM pero no sabes por dónde empezar? En este video te explico qué es un ViewModel, para qué sirve y por qué es tan importante en el desarrollo moderno de apps Android. Verás: Qué es un ViewModel y en qué consiste el patrón MVVM. Sus 3 funciones clave: ️ Manejar los datos de la UI ...
YouTube • April 2, 2025 • 01:57
Discover how to effectively implement `deep linking` in your Android Navigation Graph using Kotlin, addressing common pitfalls and providing clear solutions. --- This video is based on the question https://stackoverflow.com/q/73457689/ asked by the user 'Patrick' ( https://stackoverflow.com/u/6124910/ ) and on the answer https://stackoverflow ...
YouTube • October 26, 2024 • 28:36
In this video, we'll explore how to implement the ViewModel in Android development—a vital component in building responsive, well-organized applications. The ViewModel, part of Android's Architecture Components, is designed to store and manage UI-related data in a lifecycle-conscious way. This prevents data loss when activity or fragment ...