51 articles on UI Performance for Android performance

×
×
×

Showing 11 of 51 articles (Page 3 of 3)

Article thumbnail

Flexbox Layout Behavior in Jetpack Compose

Zalando digs into how Flexbox works in Jetpack Compose for Android UI.

Article thumbnail

How we achieved a 6x reduction of ANRs - Part 2: Fixing ANRs

In the first part, we discussed what ANR is and what are the ways of tracking it. In this article, you will find information on what problems we found in our application, how we fixed them, and the results we achieved.

Article thumbnail

How we achieved a 6x reduction of ANRs - Part 1: Collecting Data

One of the worst things that can happen to your app’s responsiveness is an Application Not Responding (ANR) dialogue. A high ANR rate may affect user experience and, potentially, Google Play search positions and featuring.

Article thumbnail

Pre-submit UI Tests at Pinterest

Pinterest started testing UI before code gets merged, catching bugs early to keep things steady.

Article thumbnail

Improve Android App Screen Launch Times Using LazyLifecycle Callbacks

Microsoft uses LazyLifecycle to speed up Android screen launches.

Article thumbnail

Motion Engineering at Scale

Airbnb scales up motion design to keep app animations seamless.

Article thumbnail

Better Android Testing at Airbnb (Part 4: Testing ViewModels)

Airbnb tests ViewModels to make their Android app tough as nails.

Article thumbnail

Pages UI Tests Made Easy

Skyscanner simplifies UI testing for their mobile app pages.

Article thumbnail

Multi-threaded rendering on Android (with Litho & Infer)

Meta’s team speeds up Android UI rendering with multi-threading magic.

Article thumbnail

Improving Chat Rendering Performance

Twitch smooths chat rendering for a lag-free experience in streams.

Article thumbnail

Handling Orientation Changes on Android

Handling orientation changes on Android is one of the most frustrating things to deal with as an Android engineer. I hope to make that challenge just a little bit easier and to help you better understand exactly what’s happening when you rotate your Android device.

Loading articles...