Explore 384 articles on Android performance

×
×

Showing 20 of 384 articles (Page 1 of 20)

Article thumbnail

Optimize your app battery using Android vitals wake lock metric

Explains new Android Vitals wake-lock signal, how to detect & fix excessive partial wake locks to reduce battery drain.

Article thumbnail

Accelerating our Android apps with Baseline Profiles

How Meta uses Baseline Profiles to speed cold start, scrolling, and navigation; reports up to 40% improvements.

Article thumbnail

You might be using Modifier.fillMaxSize() wrong (!)

Shows how careless sizing/layout choices degrade performance; patterns for efficient Compose layouts.

Article thumbnail

Top 5 mistakes that kill Compose performance

Practical pitfalls (e.g., recomposition triggers, layouts) and fixes to keep Compose UIs smooth.

Article thumbnail

Flow Layouts in Compose

Tradeoffs & best practices for FlowRow/FlowColumn; tips to keep layouts performant.

Article thumbnail

The evolution of native engineering at Tripadvisor: Part 2

In the first post in this series Benoit Sarrazin discussed the adoption of The Composable Architecture in our iOS app. He covered the reasons for this change, the benefits it brought, and the challenges we faced.

Article thumbnail

Recomposition Is Not a Bug — You Are

Opinionated guide to avoiding unnecessary recomposition; derivedStateOf, keys, etc.

Article thumbnail

Top 10 Compose Mistakes in Large-Scale Apps

Enterprise Compose pitfalls (state hoisting, keys, compiler reports) with fixes.

Article thumbnail

From Biology to Code: How Android’s Zygote Enables Fast and Efficient App Launching

Clear deep-dive on Zygote preload/fork pipeline and its startup/perf impact.

Article thumbnail

Cancellable Flows in Kotlin Coroutines: The Complete Guide

Flow cancellation patterns (timeout, takeWhile, cancellable, first) & perf notes.

Article thumbnail

Our Buildkite Brings All the Devs to the Yard: (Re)Building Reddit Mobile CI in 2025

Reddit Mobile CI overhaul: up to 50% faster build times, improved stability and developer sentiment; details on infra choices and trade-offs. (Reddit)

Article thumbnail

What’s new in the Jetpack Compose August ’25 release

Compose 1.9: improved list prefetching & cache window APIs, visibility callbacks—noticeable scroll/UI performance gains.

Article thumbnail

Find & fix memory leaks in Kotlin Coroutines

Leak patterns with structured concurrency & scopes; debugging strategies and tools.

Article thumbnail

Improve initial loading state in Compose

Startup/loading UX patterns that avoid jank and wasted work while the first screen initializes.

Article thumbnail

Build better apps using Perfetto and Artemis

How to set up Perfetto + Artemis for app tracing; turning traces into actionable dashboards.

Article thumbnail

Accelerating on-device ML on Meta’s apps with ExecuTorch

WhatsApp/Messenger moved key models on-device; reduced model load & inference time and improved ANR metrics. (Engineering at Meta)

Article thumbnail

Accelerating on-device ML on Meta’s family of apps with ExecuTorch

ExecuTorch rollout across Instagram/WhatsApp/Messenger/Facebook improved latency and reliability; WhatsApp reports reduced model load/inference time and lower ANR metrics; several features moved on-device for performance/privacy. (Engineering at Meta)

Article thumbnail

Achieving native-like speed: boosting Android WebView performance by 100%+

TikTok’s real-world WebView perf wins: preloading, cache strategy, threading & metrics.

Article thumbnail

Transforming App Security from Necessary Evil to Performance Advantage

Guardsquare’s CPO shows how profile-based config can improve perf & security together. (droidcon, droidcon nyc 2025)

Article thumbnail

Tracking app responsiveness at scale using JankStats

How to roll out JankStats across large fleets; sampling, thresholds & dashboards. (droidcon)

Loading articles...