https://developer.android.com/develop/ui/compos...
Hilt is the recommended solution for dependency injection in Android apps, and works seamlessly with Compose. The viewModel() function mentioned in the ...
https://stackoverflow.com/questions/67753666/wh...
29 мая 2021 г. ... To use the viewModel() functions,add the androidx.lifecycle:lifecycle-viewmodel-compose:$latestVersion dependency to your build.gradle file.
https://mvnrepository.com/artifact/androidx.lif...
Compose integration with Lifecycle ViewModel. License, Apache 2.0. Categories, Android Packages. Tags, modellifecycleaarmobileandroidview.
https://metanit.com/kotlin/jetpack/15.1.php
16 апр. 2024 г. ... kts (Module :app) и в секцию dependencies добавим соответствующую зависимость: ? 1. implementation(libs.androidx.lifecycle.viewmodel.compose) ...
https://developer.android.com/codelabs/basic-an...
21 сент. 2023 г. ... This dependency is used for adding the lifecycle aware viewmodel to your compose app. dependencies { // other dependencies implementation ...
https://rezaramesh.medium.com/mastering-viewmod...
28 янв. 2025 г. ... Use Hilt or other dependency injection frameworks (if needed): This helps to inject repositories or other dependencies into your ViewModel.
https://insert-koin.io/docs/quickstart/android-...
This tutorial lets you write an Android application with Jetpack Compose UI and use Koin dependency injection to retrieve your components.
https://vtsen.hashnode.dev/view-model-creation-...
30 сент. 2022 г. ... Another way to create view model is to use Hilt dependency injection(DI) framework. It is very similar to viewModel() composable function. You ...
https://composables.com/blog/viewmodels-in-jetp...
13 мая 2023 г. ... ... viewmodel-compose dependency, which brings the viewModel {} composable function. Include the following dependencies in your project:.
https://kotlinlang.org/docs/multiplatform/compo...
22 июл. 2025 г. ... The Android ViewModel approach to building UI can be implemented in common code using Compose Multiplatform. ... dependency to your ...
Android Compose UI: ViewModel + Hilt Dependency Injection | by Kamran ...
medium.com
ViewModel and State in Compose | Android Developers
developer.android.com
ViewModel + Koin in a Compose Multiplatform - Dependency Injection ...
www.linkedin.com
JETPACK COMPOSE: 노트 앱 만들기 - 2, ViewModel, Android ROOM, Dependency ...
mypark.tistory.com
Android Basics: Viewmodel and State in Compose · Issue #88 · google ...
github.com
Using ViewModel-LiveData with Jetpack Compose - DEV Community
dev.to
Where is the "viewModel()" method in Androids Compose State ...
www.exchangetuts.com
Dependency Injection in Compose. Learn how Hilt provides and scopes ...
medium.com
Compose Multiplatform ViewModel Injection with Koin DI & Ktor | by ...
proandroiddev.com
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 • July 17, 2024 • 06:08
🏆 My Online Courses https://stevdza-san.com 📝 Writing on Medium https://medium.com/@stevdza-san ☕ Let's get a coffee. You're paying! :) https://ko-fi.com/stevdza_san 💻 Github https://github.com/stevdza-san 📸 Instagram https://www.instagram.com/stevdza_san/ Github project from this video: https://github.com/stevdza-san/ViewModel ...
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 • 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 28, 2024 • 05:02
In this video, I will guides you through the process of integrating a ViewModel in a Kotlin Multiplatform project using Koin. You’ll learn how to set up the necessary dependencies, configure the build.gradle.kts file for different platforms, and instantiate the ViewModel for Android, iOS, and JVM. This tutorial is a continuation of the ...
YouTube • April 6, 2025 • 14:52
Welcome to this **Koin Tutorial** for Android developers! In this step-by-step video, we’ll guide you through how to **set up a Repository and ViewModel using Koin** — a lightweight and powerful dependency injection (DI) framework made specifically for Kotlin. If you're working with the **MVVM architecture** and want to learn how to manage ...