Explore 375 articles on Android performance

×
×

Showing 20 of 375 articles (Page 1 of 19)

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

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)

Article thumbnail

UNISOC uses ADPF to improve game performance

Case study + note that ADPF is broadly available (Unity/Unreal/Cocos/native) to tune thermal/perf. Last updated Jul 9. (Android Developers)

Article thumbnail

The Hidden Performance Cost of Excessive Mobile Analytics

How over-instrumentation hurts startup, memory & battery; pragmatic sampling/SDK tips. (droidcon)

Article thumbnail

How We Slashed Android Startup Time by 30% with Baseline Profiles

Nobody likes waiting, especially when opening an app. We noticed a clear trend: the faster our app started, the more users stuck around.

Article thumbnail

How Dropbox leverages testing to maintain high level of trust at scale

With more than one billion downloads, the Dropbox app for Android has to maintain a high quality bar for a diverse set of use cases and users. With less than 30 Android engineers, manual testing and #yolo isn’t enough

Article thumbnail

How to Reduce Android Studio Memory Usage

Android Studio is a powerful IDE, but it can be memory-hungry. A few tweaks can significantly improve performance and reduce excessive memory usage. Here I will maintain the original tips structure while diving deeper into why each optimization works and how to apply it.

Article thumbnail

Netflix App Testing At Scale

Testing at Netflix continuously evolves. In order to fully understand where it’s going and why it’s in its current state, it’s also important to understand the historical context of where it has been.

Article thumbnail

Make WebViews edge-to-edge in Android

Ensure your WebViews are compatible with Android 16, as Android 16 removes the ability to opt-out of drawing your app edge-to-edge.

Article thumbnail

How server-driven UI is revolutionizing mobile app experiences

At Careem, agility and adaptability are key to delivering highly personalized and seamless user experiences as we need to move fast to react to customer behaviour during different times of the year, such as Ramadan

Article thumbnail

Skyscanner’s journey to effective observability

The year was 2020 and Skyscanner, like the entire travel industry, faced unprecedented challenges due to the global COVID-19 pandemic. Yet, this difficult year also provided an opportunity for introspection

Loading articles...