Explore 891 articles on Android performance

Clear Filters

Showing 20 of 891 articles (Page 22 of 45)

Planting Trees One Ride at a Time

Company: Gojek · Oct 20, 2022
Platform: iOS / Android

Gojek turned ride-hailing into climate action with a simple toggle. One developer said it best: 'For the first time in my life, writing code generated physical outputs.'

Debugging High Latency in the Market Store

Company: Grab · Oct 20, 2022
Platform: iOS / Android

Grab's ML feature store went from 200ms to 2 second latency. The culprit? A single line of code in an async library.

Turo open-sourced Nibel, their solution to the messy problem of migrating fragment-based Android apps to Jetpack Compose without breaking everything.

Swiggy discovered 8% of their delivery drivers were running cloned apps and spoofing GPS locations. This was breaking their live order tracking system and creating chaos for customers.

How We Reduced Our ANR by Three Times

Company: OkCredit · Oct 18, 2022
Platform: Android

OkCredit slashed their ANR rate by 67% and cold startup time by 70%. Here's how they debugged one of Android's most frustrating problems.

Zomato's Android app was 23MB to download and hogging up to 700MB of cache. Their platform team decided to put it on a diet while still shipping new features.

Conquering Our Android Crash Count

Company: Strava · Oct 18, 2022
Platform: Android

Strava thought they had a few hundred crashes per day. Crashlytics revealed they were missing 42,000 crashes per week.

Meetup sends 8-10 million notifications daily. Their queue kept backing up, sending messages late or not at all.

Recovering from Crashes with Safe Mode

Company: Lyft · Oct 17, 2022
Platform: iOS / Android

Lyft engineers faced a nightmare scenario: feature flags causing infinite crash loops on app launch, requiring emergency hotfixes and losing revenue. They built Safe Mode to break the cycle.

Arlind Hajredinaj from SoundCloud reveals how a beautiful UI redesign accidentally tanked their image loading performance. The fix? A deep dive into Android optimization that every mobile team should read.

Mobile Developer Experience at Slack

Company: Slack · Oct 12, 2022
Platform: iOS / Android

Slack's 8-person Mobile DevXp team saved $240K annually just by improving PR notifications. Most companies are massively underinvesting in developer experience.

Pinterest's API team just freed up 4.5GB of memory per host with a clever database swap. The result? Fewer servers, happier users, and a masterclass in optimization.

Juan Ignacio Unzurrunzaga from Mercado Libre's team reveals how they fixed a critical accessibility gap that affected millions of users: price components that screen readers couldn't interpret correctly.

Juan Ignacio Unzurrunzaga from Mercado Libre reveals how a simple price component became a masterclass in Android accessibility. Their team discovered screen readers were announcing dollars instead of pesos, re...

Lessons Building Android Widgets

Company: Shopify · Sep 22, 2022
Platform: Android

Matt Bowen and the Shopify team discovered their Android widgets were making up to 5 unnecessary network calls per update cycle. Their solution? A clever 60-second cache that transformed widget performance.

Your app crashes in production and you have no idea why. Callstack breaks down the monitoring strategies that catch issues before your users do.

Turo's Android team slashed their app startup time by 77%. Here's how they turned a sluggish launch into a lightning-fast experience.

Consent Matters

Company: Swiggy · Sep 20, 2022
Platform: iOS / Android

Swiggy's Android team faced a UX dilemma: auto-reading OTPs felt magical to some users, creepy to others. How do you balance convenience with transparency?

Ahmed Alnaami from AirAsia reveals how they solved a debugging nightmare: tracking network traffic across Native, React Native, and WebViews in one super app.

Ishan Khanna from Tinder shares a hard-earned lesson: that shiny third-party SDK could be a ticking time bomb for your app. Here's the framework his team uses to avoid disaster.

Loading articles...