Optimize Android app startup, UI rendering, and frame stability with Baseline Profiles and lazy initialization. Use when reducing startup time, diagnosing jank, or improving UI rendering performance. (triggers: **/*Benchmark.kt, **/*Initializer.kt, BaselineProfile, JankStats, recomposition)
69
61%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/android/android-performance/SKILL.mdApp 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).19a1140
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.