open-menu closeme
Home
Posts icon
iOS Development Android Development Architecture & Strategy
Portfolio
About
github twitter linkedin rss
  • Migrating Swift API Calls to Async Await

    calendar Jul 14, 2021 · 12 min read  ·
    Share on: twitter facebook linkedin copy
    Migrating Swift API Calls to Async Await

    Beginning in iOS 15 and macOS 13, Swift developers can begin using the Swift async/await syntax to to suspend and resume processing while waiting for long-running work to complete. This post walks through the process to upgrade a set of nested API calls from the familiar closure syntax to the new and improved Swift …


    Read More
  • Using automatic API request retries make iOS apps more resilient

    calendar Jan 29, 2021 · 8 min read  ·
    Share on: twitter facebook linkedin copy
    Using automatic API request retries make iOS apps more resilient

    This technique is demonstrated within the context of a SwiftUI application, but the real topic of discussion is the NetworkClient singleton used by the SwiftUI app. There's really no difference between how this technique applies for UIKit or AppKit, so it should still be relevant. App Architecture The overall app for …


    Read More

Rob Kerr photo

Rob Kerr

Technologist, software developer. Blogging here about iOS & Android Development & various tech topics.
Read More

Featured Posts

  • Checking for Google Play Services with Kotlin
  • Accepting Credit Cards for In-App Purchase of Physical Goods
  • Apple’s new Unlisted App Distribution model
  • Create an ESP32 BLE peripheral for iOS #1

Recent Posts

  • Checking for Google Play Services with Kotlin
  • Accepting Credit Cards for In-App Purchase of Physical Goods
  • Apple’s new Unlisted App Distribution model
  • Check if a SwiftUI View is in Preview
  • Adding a dropdown menu to a Jetpack Compose TopAppBar
  • Create an ESP32 BLE peripheral for iOS #2
  • Create an ESP32 BLE peripheral for iOS #1
  • Migrating Swift API Calls to Async Await

Categories

SWIFT 10 IOS 7 SWIFTUI 4 UIKIT 4 ANDROID 2 BACKEND 2 BLUETOOTH 2 STRATEGY 2 APPLE 1 BRANDING 1 FIREBASE 1 GCP 1 MACOS 1

Series

BLE-PERIPHERAL-DESIGN 2

Tags

BLE 2 INDEX 1

Copyright  Rob Kerr. All Rights Reserved

to-top