38 articles on Code Optimization for Android performance

×
×
×

Showing 18 of 38 articles (Page 2 of 2)

Article thumbnail

Optimizing OpenTelemetry's Span Processor for High Throughput and Low Latency

DoorDash tunes OpenTelemetry for fast tracing with low lag overhead.

Article thumbnail

Our Counterintuitive Fix for Android Path Normalization

Dropbox found a weird but genius fix for an Android path problem.

Article thumbnail

Is Refactoring a Way to Speed Up Delivery?

Farfetch refactors code to ship mobile updates faster and cleaner.

Article thumbnail

App Size Matters (Part 2)

Farfetch keeps trimming their app size with practical, real steps.

Article thumbnail

A Great Way to do Android Presenters

The Cash App Android app uses presenters because they’re easy to write, easy to review, and result in boring code that just works.

Article thumbnail

How a One-line Change Decreased Our Build Times by 99%

Pinterest found a single tweak that slashed their build times by a jaw-dropping 99%.

Article thumbnail

Netflix Now Streaming AV1 on Android

Netflix switched to AV1 on Android for sharper video and better compression.

Article thumbnail

Store Grand Re-opening: Loading Android Data with Coroutines

Dropbox used coroutines to load Android data faster and smoother.

Article thumbnail

Measuring Kotlin Build Performance

Uber teamed up with JetBrains to figure out how Kotlin builds hold up when things get big and messy at scale.

Article thumbnail

Using Kotlin extensions to make the Android SDK friendlier

Imagine that you’re new to Android and trying to display an image. You’ve already added the image to your res folder and now you need to get a Drawable.

Article thumbnail

Solving the Problem of One Billion Computations

Skyscanner tackles a billion calculations with efficient, fast solutions.

Article thumbnail

Smarter ToDos With Kotlin

Kotlin already has TODOs. That’s awesome! but it’s a tad bit aggressive.

Article thumbnail

Optimising Flipkart Android App size to sub 10 MB

Flipkart shrank their Android app below 10 MB for low-bandwidth users.

Article thumbnail

RxJava 1 -> RxJava 2 (Understanding the Changes)

In case you haven’t heard: RxJava 2 was released sometime back. RxJava 2 was a massive rewrite with breaking apis (but for good reasons).

Article thumbnail

RxJava 1 -> RxJava 2 (Disposing Subscriptions)

This was the part that I initially found most tricky to grasp but also most important to know as an AndroidDev (memory leak and all).

Article thumbnail

Blazing Fast Node.js: 10 Performance Tips for LinkedIn Mobile

LinkedIn drops 10 hot tips for making Node.js fly in mobile apps.

Article thumbnail

Garbage Collection Optimization: High Throughput and Low Latency Java Applications

LinkedIn tunes Java garbage collection for high speed and low lag.

Article thumbnail

Building Carousel Part II: Speeding Up the Data Model

Dropbox tuned their data model to make their app respond even faster.

Loading articles...