Read More Support Large Font Sizes and Font Scaling in Compose
Build Compose screens that respect Android font scaling with sp typography, flexible layout, reflowed actions, and previews and device tests at large text sizes.
Read More Build Compose screens that respect Android font scaling with sp typography, flexible layout, reflowed actions, and previews and device tests at large text sizes.
Read More Set up Jetpack Compose UI tests, choose the right test rule, and write a first semantics-driven test that verifies a real user outcome.
Read More Choose graphicsLayer, drawBehind, drawWithContent, or drawWithCache in Jetpack Compose with clear examples and compositing guidance.
Read More Use Compose semantic finders, matchers, collections, and assertions to test visible UI outcomes without coupling tests to layout structure.
Read More Write useful Compose content descriptions for meaningful graphics, hide decorative visuals correctly, and avoid redundant TalkBack announcements.
Read More Use Compose semantics to expose correct roles, labels, state, and actions for custom UI without overriding the accessible behavior Material components already provide.
Read More Build accessible Material 3 light and dark themes in Compose with semantic color pairs, contrast-aware custom surfaces, non-color status cues, and practical testing.
Read More Draw responsive shapes, paths, and charts in Jetpack Compose with Canvas, DrawScope, pixel coordinates, and practical accessibility guidance.
Read More Load remote images safely in Jetpack Compose with Coil AsyncImage, correctly sized requests, placeholders, errors, accessibility, and list performance guidance.