feat: implement compose islands with baseline profiles - #13
Merged
Conversation
- Migrate Feed list item to a parallel Compose UI (Compose Island) - Setup Macrobenchmark module for Android performance testing - Automate Baseline Profiles generation using AOSP managed devices - Measure TTID and scrolling Frame Duration metrics on physical devices - Update docs and ADRs to reflect successful migration steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR successfully implements Phase 9 of the Modernization Roadmap: Compose Islands evaluation alongside Baseline Profiles macrobenchmarking.
Changes:
ComposeArticleCardViewHolderto seamlessly render Jetpack Compose cards inside the existing XMLRecyclerViewfor direct A/B parity testing.ArticleCardRenderModetoggle to switch between XML and Compose render paths at runtime.:benchmarkmodule using AndroidX Macrobenchmark.BaselineProfileGeneratorand Gradle Managed Devices (pixel6Api31).docs/performance/xml-vs-compose-results.mdandADR 0002with verifiable performance results.README.mdroadmap to proceed with Phase 10 (Full Jetpack Compose migration) and Phase 11 (Image prefetching & Coil).