Discover 61 articles on Code Optimization in mobile performance

×
×

Showing 20 of 61 articles (Page 3 of 4)

Article thumbnail

Is Refactoring a Way to Speed Up Delivery?

Farfetch refactors code to ship mobile updates faster and cleaner.

Article thumbnail

A Multithreading Saga, Part 3 (iOS)

This is the final post of a three part series. In part one, we discussed the performance problems that we found with our activity feed and some of the changes we made to the way we use dispatch queues.

Article thumbnail

App Size Matters (Part 2)

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

Article thumbnail

A Multithreading Saga, Part 2 (iOS)

This is the second post of a three part series. In part one, we discussed the performance problems that we found with our activity feed and some of the changes we made to the way we use dispatch queues.

Article thumbnail

A Multithreading Saga, Part 1 (iOS)

This is the first post of a three part series discussing recent performance improvements we made in our iOS app.

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

Hermes: An Open Source JavaScript Engine Optimized for Mobile Apps

Meta’s Hermes makes JavaScript run lean and mean on mobile devices.

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

Improving Swift Compilation Times from 12 to 2 Minutes

Zalando slashed Swift compile times from 12 minutes to just 2 with tweaks.

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.

Loading articles...