Explore 892 articles on Android performance
Showing 20 of 892 articles (Page 43 of 45)
Facebook just dropped React Native for Android, completing the cross-platform puzzle that started with iOS earlier in 2015. Their first test? Building a production app used by millions of advertisers.
Android orientation changes are one of the most frustrating challenges for mobile engineers. When users rotate their device, Android destroys and recreates your Activities and Fragments, wiping out all member v...
Andrey Breslav from JetBrains tackles one of mobile development's biggest pain points: slow build times that kill developer productivity.
Pinterest engineers rebuilt their mobile onboarding experience and saw engagement metrics jump across the board. With 80% of users on mobile, they had to get this right.
Facebook processes thousands of mobile code changes weekly. How do they catch performance regressions before users feel the pain?
Facebook reveals why React Native emerged from a simple realization: the principles that made React successful on web could transform mobile development. This 2015 post captures the pivotal moment when declarat...
Crittercism handles more traffic than Google Search (50K vs 40K requests/second) with just 3 DevOps engineers. How do they pull this off?
John Bito from Zillow reveals how they cut home listing load times in half while making it easier to ship features across iOS, Android, and web. The secret? Rethinking how WebViews work in native apps.
Ever lose a user the moment they install your app? That frustrating context loss between web and app has a surprisingly simple fix.
Tina Wen from Dropbox tackles a deceptively hard problem: how do you render tens of thousands of photos at 60fps without turning your app into a slideshow of gray squares?
Viraj Mody from Dropbox reveals how they built a mobile-to-desktop onboarding flow so seamless that users in testing didn't even notice the magic happening. Zero password typing required.
Kat from Dropbox discovered that slowing down their signup flow actually increased conversions. Counter-intuitive? Here's why it worked.
Dropbox engineers faced a brutal reality: reading 5,000 photos from SQLite took a full second on a Nexus 5. For users with 100,000+ photos, the standard approach would be unusable.
Google just dropped Play Services 5.0 with a game-changing lineup. From wearable APIs to dynamic security patches, this release touches nearly every part of the Android ecosystem.
Google just dropped the Android L Developer Preview months before launch, giving developers unprecedented early access to test the next major Android release. This is a game-changer for app readiness.
Purnima Kochikar from Google Play reveals how Android developers earned over $5 billion in payouts. With 1 billion active Android users, the platform just rolled out a suite of tools to help developers scale gl...
Jamal Eason just announced something unprecedented: Android's first-ever public developer preview before launch. Google is opening up the L release early, fundamentally changing how developers prepare for major...
The article content failed to load due to a blocked page error. Without access to the actual article text about Cloud Integration and Android Studio Development, I cannot provide an accurate summary.
Wouter van Oortmerssen from Google's Fun Propulsion Labs just open-sourced FlatBuffers, a serialization library that reads data without unpacking or allocating extra memory. Game developers struggling with perf...
Roman Nurik and Timothy Jordan from Google's Android team designed their first Android Wear app and discovered something surprising: adapting square UIs to round screens took under an hour.