https://developer.android.com/codelabs/basic-an...
21 сент. 2023 г. ... In this codelab, you learn how to use ViewModel, one of the architecture components from Android Jetpack libraries that can store your app data.
https://metanit.com/kotlin/jetpack/15.1.php
16 апр. 2024 г. ... Модель представления ViewModel в мобильном приложении на Jetpack Compose на языке программирования Kotlin в Android, Хранение состояния во ...
https://habr.com/ru/articles/837790/
22 авг. 2024 г. ... В нашу жизнь андроид разработчиков уже прочно вошел фреймворк Compose. И при создании composable функций возникает соблазн добавить в ...
https://kotlinlang.org/docs/multiplatform/compo...
22 июл. 2025 г. ... Compose Multiplatform implements the common ViewModelStoreOwner interface, so in general using the ViewModel class in common code is not much ...
https://www.youtube.com/watch?v=9TLFhkvG7Mk
5 мая 2024 г. ... Сегодня мы разберёмся, как работать с классами ViewModel, когда мы пишем UI на Kotlin, используя Jetpack Compose.
https://medium.com/@manishkumar_75473/jetpack-c...
27 дек. 2024 г. ... This blog focuses on understanding how to implement ViewModel and LiveData in Compose, how they work together, and compares it to XML-based MVVM ...
https://developer.android.com/develop/ui/compos...
For more information about ViewModel in Compose and how instances are used with the Navigation Compose library, or activities and fragments, see the ...
https://stackoverflow.com/questions/76051175/ho...
19 апр. 2023 г. ... ViewModel must be owned by ViewModelStoreOwner. You are creating the viewModel manually which is not managed and reused by ViewModelStore.
https://insert-koin.io/docs/reference/koin-comp...
koin-compose-viewmodel-navigation - Compose ViewModel API with Navigation API integration. Platform Support. Koin Compose works across all Compose ...
https://arkivanov.github.io/Decompose/tips-tric...
This section may be useful when migrating from the official navigation-compose library to Decompose. By default, Decompose doesn't manage AndroidX ViewModel.
ViewModel - Android Jetpack Compose(Clean architecture concept) - YouTube
www.youtube.com
ViewModel and State in Compose | Android Developers
developer.android.com
Share ViewModel in Compose Multi Platform Using Official Compose ...
www.youtube.com
Cómo Implementar ViewModel en una app Kotlin con JetPack Compose | Kotlin
codea.app
Building a Jetpack Compose View with ViewModel | by Rafael Meneghelo ...
medium.com
119 - Introduction to ViewModel - Managing State and Data in Compose ...
www.youtube.com
ViewModel Jetpack Compose Android Simple Example - BigKnol
bigknol.com
How To Handle ViewModel One-Time Events In Jetpack Compose | by Yanneck ...
proandroiddev.com
Using ViewModel-LiveData with Jetpack Compose - DEV Community
dev.to
YouTube • May 12, 2024 • 25:55
In this video I'll show you how to share ViewModels in Compose Multiplatform (with Dependency Injection!), enjoy! 💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks: https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default ⭐ Courses with real-life practices ⭐ Save ...
YouTube • October 21, 2023 • 09:54
This video will show you how to use viewModel in your applications. the video is an introduction to the clean architecture using MVVM. --------------------------------------------------- If you like the content, buy me a coffee by clicking on this link. ☕☕☕ https://www.buymeacoffee.com/mkrdeveloper Source Codes: https://github.com ...
YouTube • September 11, 2024 • 35:41
Welcome to our deep dive into ViewModel in Jetpack Compose! In this video, we’ll walk you through everything you need to know about using ViewModel to manage UI-related data in your Compose applications. 📝 What You’ll Learn: Basics of ViewModel: Understand what ViewModel is and how it fits into the Android architecture components ...
YouTube • May 30, 2025 • 04:15
In this tutorial we created a basic view model to extend our previous code. We explained how to create a muteable state veriable with dataclass to update the state logic of our UI. Also, how to separate the logic Here is our viewModel class implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0") package com.myfyp.live.vital ...
YouTube • March 11, 2024 • 07:17
Join CodeTutor, for a deep dive into Jetpack Compose's navigation system in our latest YouTube video. Building on the foundations laid in our previous session, we illustrates how mastering ViewModel concepts can elevate your app development to new heights. Drawing parallels between traditional bulletin board communication in universities and ...
YouTube • February 15, 2025 • 05:53
How to Add a ViewModel to a Composable | Jetpack Compose State Management 📌 Why Use ViewModel in Jetpack Compose? Managing UI state effectively is key to building robust Android apps. In this video, you’ll learn: How to integrate a ViewModel with a Composable Best practices for state management in Jetpack Compose How to retain state across ...