{"id":51339993,"url":"https://github.com/appium/compose-playground","last_synced_at":"2026-07-02T06:33:12.916Z","repository":{"id":359801161,"uuid":"1247535906","full_name":"appium/compose-playground","owner":"appium","description":"Playground app used for end-to-end validation of Android Jetpack Compose testing integration","archived":false,"fork":false,"pushed_at":"2026-05-23T14:30:15.000Z","size":153,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T15:25:13.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appium.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"appium"}},"created_at":"2026-05-23T12:55:03.000Z","updated_at":"2026-05-23T14:30:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/appium/compose-playground","commit_stats":null,"previous_names":["appium/compose-playground"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/appium/compose-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fcompose-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fcompose-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fcompose-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fcompose-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appium","download_url":"https://codeload.github.com/appium/compose-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2Fcompose-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35036553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-02T06:33:12.161Z","updated_at":"2026-07-02T06:33:12.906Z","avatar_url":"https://github.com/appium.png","language":"Kotlin","funding_links":["https://opencollective.com/appium"],"categories":[],"sub_categories":[],"readme":"# compose-playground\n\n[![Build](https://github.com/appium/compose-playground/actions/workflows/build.yml/badge.svg)](https://github.com/appium/compose-playground/actions/workflows/build.yml)\n\nA small Android fixture app for exploring and validating **Jetpack Compose** UI behavior alongside classic Android views. The home screen uses traditional `TextView` menu items; each demo screen is built with Compose.\n\nUse it for manual exploration, instrumented Compose UI tests, or as a stable APK in your own automation pipelines.\n\n## Download\n\nInstall the latest debug APK from [GitHub Releases](https://github.com/appium/compose-playground/releases/latest).\n\nVersioned URL pattern:\n\n```text\nhttps://github.com/appium/compose-playground/releases/download/vX.Y.Z/ComposePlayground-debug.apk\n```\n\n## Requirements\n\n- JDK 17\n- Android SDK Platform 35 (compile SDK)\n- Node.js 20+ and npm 10+ (release tooling and ESLint)\n\n## Build locally\n\n```bash\nnpm install\nnpm run build:debug\n```\n\nDebug APK: `app/build/outputs/apk/debug/app-debug.apk`\n\nRelease (unsigned): `npm run build:release` → `app/build/outputs/apk/release/app-release-unsigned.apk`\n\n### Instrumented tests\n\nWith an API 26+ emulator or device connected:\n\n```bash\n./gradlew :app:connectedDebugAndroidTest\n```\n\n## Demo catalog\n\n| Menu label (classic UI) | Compose semantics | What to try |\n|-------------------------|-------------------|-------------|\n| Clickable Component | `testTag(\"lol\")`, `contentDescription = \"desc\"`, text **Click to see dialog**; dialog **Congratulations! You just clicked the text successfully** | Tap by tag, content description, or text; confirm dialog |\n| Horizontal Carousel | Two nodes with text **Grace Hopper** | Find duplicate visible text in a horizontal list |\n| Display Text | Non-empty Compose tree | Inspect hierarchy / page source |\n| Text Input Components | `testTag(\"text_input\")`, initial text **Enter your text here** | Append, replace, and clear field text |\n\nEach Compose screen sets `testTagsAsResourceId = true` on the root so `testTag` values are exposed as view resource IDs ([Compose testing interoperability](https://developer.android.com/develop/ui/compose/testing/interoperability)).\n\n## CI\n\n- **Build** — assembles debug and release APKs on pull requests.\n- **Test** — runs `connectedDebugAndroidTest` on an emulator on pull requests only.\n- **Lint** — ESLint on Node tooling files.\n- **Release** — semantic-release on `main` publishes `ComposePlayground-debug.apk` and `ComposePlayground-release.apk`.\n\n## Releasing\n\nReleases are automated with [semantic-release](https://github.com/semantic-release/semantic-release) on pushes to `main`. Use [Conventional Commits](https://www.conventionalcommits.org/) (e.g. `feat:`, `fix:`). Version bumps sync `package.json` and `app/build.gradle.kts` (`versionName` / `versionCode`).\n\n## Compatibility\n\n- **minSdk** 26\n- **targetSdk** 34, **compileSdk** 35\n- Compose BOM is pinned in `gradle/libs.versions.toml`; bump it when you need newer Compose APIs.\n\n## License\n\nApache-2.0 — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2Fcompose-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappium%2Fcompose-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2Fcompose-playground/lists"}