Siri Is Cooking for WWDC 2024
Jun 21 2024 · Article (10 mins)
Apple has given Siri a huge shot of intelligence with the introduction of two key components: the App Intents...
more
Siri Is Cooking for WWDC 2024
Apple has given Siri a huge shot of intelligence with the introduction of two key components: the App Intents framework and Apple Intelligence. This powerful combination transforms Siri into a deeply integrated, context-aware assistant capable of tapping into the data models and functionality of your favorite apps.
iOS & Swift
Creating Shortcuts with App Intents
Oct 2 2023 · Article (25 mins)
Learn how to create iOS shortcuts using Swift in this App Intents tutorial.
Creating Shortcuts with App Intents
Learn how to create iOS shortcuts using Swift in this App Intents tutorial.
iOS & Swift
Swift Result Builders: Getting Started
Jun 12 2023 · Article (20 mins)
Adding @resultBuilder in Swift 5.4 was important, but you might have missed it. It’s the secret engine behind...
more
Swift Result Builders: Getting Started
Adding @resultBuilder in Swift 5.4 was important, but you might have missed it. It’s the secret engine behind the easy syntax you use to describe a view’s layout: @ViewBuilder. If you’ve ever wondered whether you could create custom syntax like that in your projects, the answer is yes! Even better, you’ll be amazed at how […]
iOS & Swift
New SwiftUI Support for MapKit in Xcode 15
Jun 8 2023 · Article (5 mins)
At WWDC 2023, Apple announced big improvements to SwiftUI support for MapKit. Learn all about your new option...
more
New SwiftUI Support for MapKit in Xcode 15
At WWDC 2023, Apple announced big improvements to SwiftUI support for MapKit. Learn all about your new options for maps, markers, annotations, style and camera position.
Android & Kotlin
Health Connect Android API
Dec 13 2022 · Article (15 mins)
Learn how to use the Health Connect Android API to create an app that reads and writes health data and manage...
more
Health Connect Android API
Learn how to use the Health Connect Android API to create an app that reads and writes health data and manages health permissions.
iOS & Swift
Apple Health Frameworks
Nov 29 2022 · Video Course (1 hr, 8 mins)
This course will walk you through the steps of making a health app using all the Apple Health Frameworks. ...
more
Apple Health Frameworks
This course will walk you through the steps of making a health app using all the Apple Health Frameworks. Learn how to use HealthKit, CareKit and ResearchKit together to make a seamless app.
Android & Kotlin
Triggering Alarms Tutorial for Android: Getting Started
Sep 19 2022 · Article (25 mins)
Learn how to set up alarms in your Android apps using the AlarmManager API, and find out about the exact and ...
more
Triggering Alarms Tutorial for Android: Getting Started
Learn how to set up alarms in your Android apps using the AlarmManager API, and find out about the exact and inexact alarm types as well as best practices.
Flutter & Dart
RxDart Tutorial for Flutter: Getting Started
Sep 14 2022 · Article (25 mins)
Learn how to develop Flutter apps using the Reactive Programming paradigm with RxDart.
RxDart Tutorial for Flutter: Getting Started
Learn how to develop Flutter apps using the Reactive Programming paradigm with RxDart.
Flutter & Dart
Beginning FlutterFire
Aug 30 2022 · Video Course (1 hr, 42 mins)
Firebase can help you add back-end features to your Flutter app
without writing any back-end code. It prov...
more
Beginning FlutterFire
Firebase can help you add back-end features to your Flutter app
without writing any back-end code. It provides several tools
that you can immediately use, like authentication, a centralized database,
file storing in the cloud, and sending notifications. In this course
you’ll learn how to configure and use FlutterFire, a set of
plugins to integrate Firebase within your Flutter apps!
In this tutorial, you’ll create an app that uses audio playback, location updates, critical tasks, and backgr...
more
Background Modes Tutorial: Getting Started
In this tutorial, you’ll create an app that uses audio playback, location updates, critical tasks, and background fetch to learn about the most common background modes.
iOS & Swift
In-App Purchases
Jun 14 2022 · Video Course (57 mins)
Updated for 2022! In-App Purchase offers additional revenue streams for developers other than the initial ...
more
In-App Purchases
Updated for 2022! In-App Purchase offers additional revenue streams for developers other than the initial purchase from the App Store.
This can be great for unlocking functionality, providing additional content or for in-game currency.
This course covers the dance with App Store Connect, integration with StoreKit, restoration
of previous purchases and transaction validation, by the end of the series you’ll have
a great understanding of the concepts behind IAP.
Multiple Domains
Units & Measurement in iOS
May 24 2022 · Video Course (13 mins)
Learn how to model units of physical quantities with Measurements and Units from Foundation for safer conv...
more
Units & Measurement in iOS
Learn how to model units of physical quantities with Measurements and Units from Foundation for safer conversion and display of meaningful values.
iOS & Swift
Wrangling Dates & Time in iOS
May 17 2022 · Video Course (27 mins)
Understanding the deep technical details how dates and time work in iOS is immensely helpful for developin...
more
Wrangling Dates & Time in iOS
Understanding the deep technical details how dates and time work in iOS is immensely helpful for developing apps—every single day, month, and year!
Learn the foundational structures behind working with dates and time in iOS. Then, apply your date modeling to SwiftUI views.
Flutter & Dart
Building Dart APIs with Google Cloud Run
Apr 28 2022 · Article (30 mins)
Learn how to build backend applications using Dart and Google Cloud Run.
Building Dart APIs with Google Cloud Run
Learn how to build backend applications using Dart and Google Cloud Run.
Multiple Domains
Platform-Specific Code With Flutter Method Channel: Getting Started
Apr 13 2022 · Article (30 mins)
Learn how to communicate with some platform-specific code with Flutter method channels and extend the functio...
more
Platform-Specific Code With Flutter Method Channel: Getting Started
Learn how to communicate with some platform-specific code with Flutter method channels and extend the functionality of the Flutter application.
In this Kotlin Sequences tutorial, you’ll learn what a sequence is, its operators and when you should conside...
more
Kotlin Sequences: Getting Started
In this Kotlin Sequences tutorial, you’ll learn what a sequence is, its operators and when you should consider using them instead of collections.
iOS & Swift
Home Screen Quick Actions for iOS: Getting Started
Feb 14 2022 · Article (20 mins)
Learn how to integrate Static and Dynamic Home Screen Quick Actions into your SwiftUI iOS app.
Home Screen Quick Actions for iOS: Getting Started
Learn how to integrate Static and Dynamic Home Screen Quick Actions into your SwiftUI iOS app.
Multiple Domains
Creating Custom Gestures in Flutter
Jan 26 2022 · Article (25 mins)
Learn how to add custom gestures in your Flutter app by working on a fun lock-picking app.
Creating Custom Gestures in Flutter
Learn how to add custom gestures in your Flutter app by working on a fun lock-picking app.
Multiple Domains
Flutter Navigator 2.0: Using go_router
Jan 12 2022 · Article (25 mins)
Go beyond Flutter’s Navigator 2.0 and learn how to handle navigation with the go_router package.
Flutter Navigator 2.0: Using go_router
Go beyond Flutter’s Navigator 2.0 and learn how to handle navigation with the go_router package.
iOS & Swift
CloudKit
Dec 9 2021 · Video Course (25 mins)
CloudKit is Apple’s remote data storage service. Based on iCloud, it provides a low-cost option to store a...
more
CloudKit
CloudKit is Apple’s remote data storage service. Based on iCloud, it provides a low-cost option to store and share app data.
Android & Kotlin
Android App Bundles: Play Feature Delivery
Dec 3 2021 · Article (30 mins)
Learn how to configure your app for Play Feature Delivery which uses advanced capabilities of app bundles, al...
more
Android App Bundles: Play Feature Delivery
Learn how to configure your app for Play Feature Delivery which uses advanced capabilities of app bundles, allowing certain features of your app to be delivered conditionally or downloaded on demand.
iOS & Swift
iPadOS 15 Tutorial: What’s New for Developers
Nov 22 2021 · Article (30 mins)
See what’s new in iPadOS 15 and take your app to the next level with groundbreaking changes!
iPadOS 15 Tutorial: What’s New for Developers
See what’s new in iPadOS 15 and take your app to the next level with groundbreaking changes!
iOS & Swift
Capturing Text From Camera Using SwiftUI
Nov 15 2021 · Article (25 mins)
Learn how to capture text from the iPhone camera into your SwiftUI app so your users can enter data more quic...
more
Capturing Text From Camera Using SwiftUI
Learn how to capture text from the iPhone camera into your SwiftUI app so your users can enter data more quickly and easily.
iOS & Swift
Building a Camera App With SwiftUI and Combine
Nov 10 2021 · Article (30 mins)
Learn to natively build your own SwiftUI camera app using Combine and create fun filters using the power of C...
more
Building a Camera App With SwiftUI and Combine
Learn to natively build your own SwiftUI camera app using Combine and create fun filters using the power of Core Image.