Weekly Digest

Jul 10 - Jul 16, 2023

4 articles that week

← Previous Next →
Wednesday, Jul 12

Multiplatform image loading: Coil 3.0

Colin White reveals how Coil 3.0 is breaking free from Android to become truly multiplatform. The image loading library that powers countless Android apps is making a bold leap to iOS, web, and desktop.

Migrating to Apollo 1.0 for iOS

Scott Southerland from Thumbtack reveals how their iOS app hit a breaking point: 8-minute builds, mysterious crashes, and 80,000-line auto-generated files that finally stopped compiling altogether.

Tuesday, Jul 11

Enhancing User Experience: Reducing ANR Rates with DataStore in Skeelo Android App

Skeelo's Android app was freezing on users. The culprit? SharedPreferences blocking the main thread and triggering ANR errors.

Monday, Jul 10

Introducing Swift HTTP Types

Apple just open-sourced Swift HTTP Types, and it's about to change how iOS and server-side Swift developers handle HTTP. No more converting between URLRequest and SwiftNIO types.