Optimize Android app startup, UI rendering, frame stability, and benchmark performance with Baseline Profiles, Macrobenchmark, and lazy initialization. Use when reducing startup time, diagnosing jank, or measuring rendering; defer Compose state API and test-only questions.
69
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
App Startup or lazy Singletons. Never block Application.onCreate.See baseline & startup for lazy initialization patterns.
.crossfade()).LazyColumn must use key and stable item classes.See baseline & startup for LazyColumn optimization.
ConstraintLayout (Views) or Row/Column with Modifier.weight (Compose).9f695e8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.