Flexbox Layout Behavior in Jetpack Compose
Zalando digs into how Flexbox works in Jetpack Compose for Android UI.
Showing 11 of 51 articles (Page 3 of 3)
Zalando digs into how Flexbox works in Jetpack Compose for Android UI.
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.
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.
Pinterest started testing UI before code gets merged, catching bugs early to keep things steady.
Microsoft uses LazyLifecycle to speed up Android screen launches.
Airbnb scales up motion design to keep app animations seamless.
Airbnb tests ViewModels to make their Android app tough as nails.
Skyscanner simplifies UI testing for their mobile app pages.
Meta’s team speeds up Android UI rendering with multi-threading magic.
Twitch smooths chat rendering for a lag-free experience in streams.
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.