About 12,000 results
Open links in new tab
  1. Common patterns | Jetpack Compose | Android Developers

    4 days ago · This document outlines common patterns and best practices for testing Jetpack Compose UI, including testing in …

  2. Android. How to test composable function? - Stack Overflow

    Jun 8, 2023 · You'll have to use the Compose test framework if you want to invoke Composable functions in a test. But in this case, …

  3. Exploring Compose Test Rules - Joe Birch

    Sep 15, 2023 · Regardless of why, this test rule allows you to set the composable content of the activity while also allowing you to …

  4. Composable | API reference | Android Developers

    Learn to build for your use case by following Google's prescriptive and opinionated guidance. Games . Camera & media . Social & …

  5. UI Testing - Jetpack Compose Playground - GitHub

    When you can’t find a Composable by a text and you want to make it detectable in your test. Jetpack Compose offers the concept of …

  6. Composable Functions - Android By Example

    To determine if a composable function needs to be recomposed, a Snapshot tracks the state used by that function. When the …

  7. API Guidelines for components in Jetpack Compose

    Jul 19, 2023 · Consider component behaviour in app developer tooling including Android Studio Previews and test infrastructure. …

  8. compose-component-api-guidelines.md - GitHub

    Jul 19, 2023 · Consider component behaviour in app developer tooling including Android Studio Previews and test infrastructure. …

  9. Testing in Jetpack Compose - Android Developers

    Mar 30, 2026 · You can choose what Compose UI content to use in the test. This is done with the setContent method of the …

  10. Test your Compose layout | Jetpack Compose | Android Developers

    4 days ago · This document discusses various additional considerations when migrating a View-based Android application to Jetpack …