About 12,900 results
Open links in new tab
  1. ViewModel overview | App architecture | Android Developers

    Sep 3, 2025 · Objective: This guide explains the basics of ViewModels, how they fit into Modern Android Development, and how you can implement them in your app. For more information on state holders, …

  2. Descripción general de ViewModel - Android Developers

    Objetivo: En esta guía, se explican los conceptos básicos de ViewModels, la forma en que se adaptan a Modern Android Development y cómo puedes implementarlos en tu app.

  3. Create ViewModels with dependencies - Android Developers

    Feb 10, 2025 · An example of this is when your ViewModel is created inside a Kotlin Multiplatform module and therefore does not have access to Android dependencies. In this example, the …

  4. ViewModel の概要 | App architecture | Android Developers

    ViewModel には、Kotlin コルーチンのサポートが含まれています。 UI 状態を永続化する場合と同じ方法で、非同期処理を永続化できます。

  5. Tổng quan về ViewModel | App architecture | Android Developers

    ViewModel có hỗ trợ cho coroutine Kotlin. Biến này có thể duy trì công việc không đồng bộ theo cách tương tự như khi duy trì trạng thái giao diện người dùng.

  6. ViewModel and State in Compose - Android Developers

    In this codelab, you will learn about a robust way to design your app and preserve app data during configuration changes by taking advantage of the Android Jetpack library, ViewModel and Android …

  7. Domain layer | App architecture | Android Developers

    Feb 10, 2025 · To try out this sample app, use the latest stable version of Android Studio. You can clone this repository or import the project from Android Studio following the steps here.

  8. Guide to app architecture - Android Developers

    Nov 24, 2025 · A well-defined architecture enables you to create a scalable, maintainable app that can adapt to the ever-expanding ecosystem of Android devices, including phones, tablets, foldables, …

  9. Add components to your project | Android Developers

    Aug 1, 2023 · Before getting started, read the Guide to app architecture for useful principles that apply to all Android apps and for guidance on using architecture components together.

  10. Compose UI Architecture | Jetpack Compose | Android Developers

    Dec 4, 2025 · Jetpack Compose is Android's recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, …