Black Friday Sale Coming Soon!
Nov 20 2024 · Article (1 min)
A Black Friday sale is coming soon to Kodeco. Discounts on subscriptions, bootcamps, and books – get your hol...
more
Black Friday Sale Coming Soon!
A Black Friday sale is coming soon to Kodeco. Discounts on subscriptions, bootcamps, and books – get your holiday wishlist ready!
iOS & Swift
New
Writing Tools with Apple Intelligence
Oct 16 2024 · Module (47 mins)
Learn about Apple Intelligence Writing Tools and how to configure them in SwiftUI and UIKit. Understand ho...
more
Writing Tools with Apple Intelligence
Learn about Apple Intelligence Writing Tools and how to configure them in SwiftUI and UIKit. Understand how custom text views can offer a full Writing Tools experience, and what’s available for views that rely on the original TextKit.
iOS & Swift
New
App Intents with Siri
Sep 19 2024 · Module (55 mins)
This module focuses on the latest Siri and App Intents update with Apple Intelligence. Students will learn...
more
App Intents with Siri
This module focuses on the latest Siri and App Intents update with Apple Intelligence. Students will learn how to leverage these powerful tools to create deeply integrated, context-aware iOS apps that can interact seamlessly with Siri.
iOS & Swift
New
Genmoji
Sep 19 2024 · Module (23 mins)
Explore Genmoji, enhancing your apps with expressive, customizable emojis. Learn to render, store, and com...
more
Genmoji
Explore Genmoji, enhancing your apps with expressive, customizable emojis. Learn to render, store, and communicate with text that includes Genmoji.
iOS & Swift
New
Integrating ChatGPT in Your iOS Apps
Sep 19 2024 · Module (57 mins)
This module explores the integration of ChatGPT into iOS apps, enabling powerful
conversational AI capabil...
more
Integrating ChatGPT in Your iOS Apps
This module explores the integration of ChatGPT into iOS apps, enabling powerful
conversational AI capabilities. Students will learn to leverage the ChatGPT API to
create dynamic, context-aware chatbots and intelligent assistants within their mobile apps.
Incorporating third-party machine learning models requires knowledge about the source model as well
as som...
more
3rd-Party On-Device Models
Incorporating third-party machine learning models requires knowledge about the source model as well
as some Core ML conversion techniques. This module will get you started with incorporating such a third-party
model into an existing iOS app and use it for realtime object detection.
The Translation API offers realtime translations in your app. You can use the
built-in UI or manage the tr...
more
Translation Framework
The Translation API offers realtime translations in your app. You can use the
built-in UI or manage the translation session to customize the app experience
based on your user’s needs.
iOS & Swift
New
Custom Models with Create ML
Sep 18 2024 · Module (1 hr, 2 mins)
Create ML empowers you to customize pre-built machine learning
models on Apple platforms by providing trai...
more
Custom Models with Create ML
Create ML empowers you to customize pre-built machine learning
models on Apple platforms by providing training datasets.
Explore various use cases and deploy a custom model into an app.
The Vision Framework is a powerful API for various computer vision tasks on Apple devices.
Explore functio...
more
Vision Framework
The Vision Framework is a powerful API for various computer vision tasks on Apple devices.
Explore functionalities like object detection, face recognition and more. This module provides
an overview of the Vision Framework as well as covers the new features released with iOS 18
and Apple Intelligence.
iOS & Swift
New
New Webinar: Using APIs to Add Images to Your Apps
Aug 17 2024 · Article (5 mins)
Learn how to integrate AI-generated images into your app using the OpenAI API. Join our expert-led webinar fo...
more
New Webinar: Using APIs to Add Images to Your Apps
Learn how to integrate AI-generated images into your app using the OpenAI API. Join our expert-led webinar for actionable insights to make your app stand out. Don’t miss out—register today!
iOS & Swift
New
Free Webinar: Apple Intelligence in Action: Applying Smart Features to Your Apps
Aug 5 2024 · Article (2 mins)
Join our free webinar on August 13, 2024 to explore how Apple Intelligence can enhance your apps and improve ...
more
Free Webinar: Apple Intelligence in Action: Applying Smart Features to Your Apps
Join our free webinar on August 13, 2024 to explore how Apple Intelligence can enhance your apps and improve your users’ experience.
Multiple Domains
New
Kodeco Podcast: The Power of Native Platforms (V2, S2, E11)
Jun 27 2024 · Article (2 mins)
In this episode of the Kodeco podcast, hosts Dru Freeman and Susannah Skyer Gupta delve into native platforms...
more
Kodeco Podcast: The Power of Native Platforms (V2, S2, E11)
In this episode of the Kodeco podcast, hosts Dru Freeman and Susannah Skyer Gupta delve into native platforms and the implications of cross-platform development. Joined by experts Darryl Bayliss and Fuad Kamal, they discuss the sunset of Xamarin. Listen now!
iOS & Swift
New
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
New
SwiftUI Navigation
Jun 20 2024 · Module (56 mins)
This module introduces the concept of navigation in SwiftUI, providing students with the skills to guide u...
more
SwiftUI Navigation
This module introduces the concept of navigation in SwiftUI, providing students with the skills to guide users through
their app’s content seamlessly. Students will learn how to implement various navigation styles, manage hierarchical navigation
structures, and handle simple navigation scenarios. This module will cover the latest advancements in SwiftUI’s navigation
capabilities, ensuring that students are equipped with the necessary skills to build modern applications.
iOS & Swift
Data Persistence in SwiftUI
Jun 20 2024 · Module (40 mins)
This module explores the fundamental principles of persistent data storage in SwiftUI-based iOS applicatio...
more
Data Persistence in SwiftUI
This module explores the fundamental principles of persistent data storage in SwiftUI-based iOS applications,
guiding participants in creating seamless user experiences. Covering diverse data persistence techniques,
it equips learners with the skills to enhance iOS applications by effectively managing and utilizing data.
iOS & Swift
Introduction to SwiftUI
Jun 20 2024 · Module (40 mins)
This module introduces the foundational building blocks of SwiftUI, a declarative programming paradigm.
Sw...
more
Introduction to SwiftUI
This module introduces the foundational building blocks of SwiftUI, a declarative programming paradigm.
SwiftUI works across all of Apple’s platforms allowing the developer to leverage these skills to build applications that span multiple Apple devices.
This lesson will walk you through building your own custom views, configuring app layouts in portrait and ...
more
SwiftUI Views & Layouts
This lesson will walk you through building your own custom views, configuring app layouts in portrait and landscape modes, and building vertical and horizontal layout containers.
iOS & Swift
State Management in SwiftUI
Jun 20 2024 · Module (1 hr, 22 mins)
This module delves into state management strategies in SwiftUI,
empowering students to handle application ...
more
State Management in SwiftUI
This module delves into state management strategies in SwiftUI,
empowering students to handle application state effectively and
maintain data consistency across the user interface.
iOS & Swift
Passing Data in SwiftUI
Jun 20 2024 · Module (1 hr, 1 min)
This module introduces the fundamental concepts of data passing in SwiftUI, enabling students to effective...
more
Passing Data in SwiftUI
This module introduces the fundamental concepts of data passing in SwiftUI, enabling students to effectively transfer information between different views within an iOS application.
iOS & Swift
Networking with SwiftUI
Jun 20 2024 · Module (56 mins)
Lay the groundwork for network communication in your iOS apps! You’ll explore network connections, learn t...
more
Networking with SwiftUI
Lay the groundwork for network communication in your iOS apps! You’ll explore network connections, learn to send and receive data from servers, and transform that data into useful information for your app.
Take your app to the next level! This module will equip you with advanced techniques to optimize your netw...
more
Performance Optimization
Take your app to the next level! This module will equip you with advanced techniques to optimize your network calls,
threading, and memory management, resulting in a faster and efficient app.
Unleash the power of concurrency!
This module will equip you with the tools and techniques to handle multi...
more
Concurrency Demystified
Unleash the power of concurrency!
This module will equip you with the tools and techniques to handle multiple
tasks simultaneously, keeping your app responsive and efficient.
Discover the fundamentals of async/await, conquer network calls,
and handle background tasks, all while ensuring a smooth, responsive user experience.
iOS & Swift
Swift Testing: Getting Started
Jun 19 2024 · Article (20 mins)
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code...
more
Swift Testing: Getting Started
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code to implement concurrency in Swift apps! At WWDC 2024, developers got another game changer — Swift Testing.
iOS & Swift
WWDC 2024 Recap
Jun 19 2024 · Article (10 mins)
WWDC 2024 has come and gone, and in its wake there are a lot of videos to check out.
WWDC 2024 Recap
WWDC 2024 has come and gone, and in its wake there are a lot of videos to check out.