97 articles on UI Performance for Android performance
Showing 20 of 97 articles (Page 1 of 5)
Best practices for preparing Android apps to support resizable windows and adaptive layouts.
Deep dive into debugging excessive Jetpack Compose recompositions caused by lambdas in data classes, with solutions using @Stable annotations and separating state from actions at GoTo's navigation app.
Release announcement for Compose Multiplatform 1.10.0 with UI framework improvements for mobile and multiplatform development.
Feature release for Compose Hot Reload, improving developer productivity and iteration speed in mobile development.
Best practices for designing adaptive applications that work across multiple device form factors.
Doist explains how they replaced fragile Espresso idling-resource tests with Maestro’s UI testing framework to build a more reliable, maintainable, and scalable mobile UI test suite across their apps.
Media3 + Compose UI patterns to modernize video playback surfaces while keeping rendering smooth
Details on how Reddit improved the ExoPlayer library for faster video startup times and better quality.
Performance optimization strategies and best practices for developing applications on Android XR platforms.
Implementation of native charting components for Android applications with performance optimization.
Brownfield React Native integration via “React Native as a package”
How Meta uses Baseline Profiles to speed cold start, scrolling, and navigation; reports up to 40% improvements.
Release announcement for Compose Multiplatform 1.9.0 with new web support, relevant to mobile and multiplatform development practices.
Opinionated guide to avoiding unnecessary recomposition; derivedStateOf, keys, etc.
Compose 1.9: improved list prefetching & cache window APIs, visibility callbacks—noticeable scroll/UI performance gains.
Guide on testing Lottie animations within Jetpack Compose for Android development.
Case study on how Peacock improved streaming performance and UI efficiency using Jetpack Compose.
Continues the migration journey from XML to Jetpack Compose with additional implementation details and best practices.
Best practices and techniques for implementing performant 3D animations across mobile platforms.
Technical guide on handling orientation and resizability features introduced in Android 16.