<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <author>
    <name>kodeco.com</name>
  </author>
  <id>High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more! https://www.kodeco.com</id>
  <title>Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more</title>
  <updated>2026-03-23T00:00:00Z</updated>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="book"
      label="Book"/>
    <id>https://www.kodeco.com/books/swift-internals</id>
    <link href="https://www.kodeco.com/books/swift-internals"/>
    <summary>&lt;p&gt;This book is designed for Swift developers who want to go beyond writing working code and understand how the language truly works under the hood.&lt;/p&gt;
&lt;p&gt;It explains the mechanics of Swift’s type system, compiler behavior, memory model, and performance characteristics. Readers will also learn advanced topics like unsafe memory operations, metaprogramming, modular architecture, and linking strategies.&lt;/p&gt;
&lt;p&gt;The goal is to help developers reason about Swift at the language, compiler, and system levels. It is ideal for Swift engineers who want to write faster, safer, and more scalable apps.&lt;/p&gt;
</summary>
    <title>Swift Internals [SUBSCRIBER]</title>
    <updated>2026-03-23T00:00:00Z</updated>
    <dc:date>2026-03-23T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="free"
      label="[FREE]"/>
    <category term="article"
      label="Article"/>
    <id>https://www.kodeco.com/52232191-getting-started-with-android-generative-ai</id>
    <link href="https://www.kodeco.com/52232191-getting-started-with-android-generative-ai"/>
    <summary>Learn how to get started with generative AI in Android. This article explains Gemini models, on-device vs cloud AI, and how to choose the right AI approach for your Android app.
</summary>
    <title>Getting Started with Android Generative AI [FREE]</title>
    <updated>2026-03-21T00:00:56Z</updated>
    <dc:date>2026-03-21T00:00:56Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ai/paths/ai-agents-from-scratch/50115754-context-engineering-for-ai</id>
    <link href="https://www.kodeco.com/ai/paths/ai-agents-from-scratch/50115754-context-engineering-for-ai"/>
    <summary>&lt;p&gt;Explore context engineering as the foundation for building reliable, efficient AI systems.
Learn how LLMs, prompting, RAG, agents, LangChain, and LangGraph work together in real applications.
Understand the AI platform ecosystem and build practical workflows to choose the right tools for real-world use cases.&lt;/p&gt;
</summary>
    <title>Context Engineering for AI [SUBSCRIBER]</title>
    <updated>2026-03-15T00:00:00Z</updated>
    <dc:date>2026-03-15T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="free"
      label="[FREE]"/>
    <category term="article"
      label="Article"/>
    <id>https://www.kodeco.com/49535198-getting-started-with-ios-app-observability</id>
    <link href="https://www.kodeco.com/49535198-getting-started-with-ios-app-observability"/>
    <summary>Ready to add AI to your iOS apps without privacy concerns or cloud dependencies? Apple Foundation Models brings powerful on-device language models to iOS 18+. This tutorial shows you how to build AI-powered apps with structured data generation, covering basic integration and advanced techniques for production-ready features.
</summary>
    <title>Getting Started with iOS App Observability [FREE]</title>
    <updated>2026-03-04T18:00:25Z</updated>
    <dc:date>2026-03-04T18:00:25Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="book"
      label="Book"/>
    <id>https://www.kodeco.com/books/practical-android-ai</id>
    <link href="https://www.kodeco.com/books/practical-android-ai"/>
    <summary>&lt;p&gt;In this book, you’ll learn how to build intelligent Android applications using today’s most powerful AI and ML tools — from on-device capabilities with ML Kit and MediaPipe to cloud-powered generative models like Gemini and Firebase AI Logic.
You’ll explore real-world examples that integrate text, vision, and conversational intelligence into modern Android apps.&lt;/p&gt;
&lt;p&gt;Along the way, you’ll understand when to choose on-device vs. cloud inference, how to optimize performance, and how to design ethical, trustworthy AI experiences.&lt;/p&gt;
&lt;p&gt;This book serves as your complete guide to mastering Android’s AI ecosystem and applying it effectively in production-ready apps.&lt;/p&gt;
</summary>
    <title>Practical Android AI [SUBSCRIBER]</title>
    <updated>2026-02-26T00:00:00Z</updated>
    <dc:date>2026-02-26T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/android/paths/further-android-techniques/50115783-jetpack-compose-accessibility</id>
    <link href="https://www.kodeco.com/android/paths/further-android-techniques/50115783-jetpack-compose-accessibility"/>
    <summary>&lt;p&gt;This module offers a hands-on guide to building inclusive and accessible Android apps using Jetpack Compose.
You’ll learn how accessibility services interpret Compose UI through semantics, how to validate behavior using TalkBack and testing tools, and how to structure screens for clarity and navigation.
The module also dives into building accessible custom components, comparing Layout and Canvas approaches, and enhancing complex UI with meaningful semantics and actions.&lt;/p&gt;
</summary>
    <title>Jetpack Compose Accessibility [SUBSCRIBER]</title>
    <updated>2026-02-20T00:00:00Z</updated>
    <dc:date>2026-02-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="free"
      label="[FREE]"/>
    <category term="article"
      label="Article"/>
    <id>https://www.kodeco.com/49976785-getting-started-with-swiftdata-in-ios-26</id>
    <link href="https://www.kodeco.com/49976785-getting-started-with-swiftdata-in-ios-26"/>
    <summary>SwiftData is Apple’s modern framework for managing data in SwiftUI apps. In this article, you’ll explore the core concepts behind SwiftData in iOS 26 and learn how it fits into a modern iOS architecture.
</summary>
    <title>Getting Started with SwiftData in iOS 26 [FREE]</title>
    <updated>2026-02-11T18:00:14Z</updated>
    <dc:date>2026-02-11T18:00:14Z</dc:date>
  </entry>
  <entry>
    <category term="free"
      label="[FREE]"/>
    <category term="article"
      label="Article"/>
    <id>https://www.kodeco.com/49905345-an-introduction-to-liquid-glass-for-ios-26</id>
    <link href="https://www.kodeco.com/49905345-an-introduction-to-liquid-glass-for-ios-26"/>
    <summary>Apple’s new Liquid Glass design language marks a major shift in iOS 26 UI design. Learn what Liquid Glass is, how it works across SwiftUI and UIKit, and what to watch out for when updating an existing iOS app.
</summary>
    <title>An Introduction to Liquid Glass for iOS 26 [FREE]</title>
    <updated>2026-02-04T16:00:25Z</updated>
    <dc:date>2026-02-04T16:00:25Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/visionos-beyond-the-basics/51928619-realitykit-reality-composer-pro</id>
    <link href="https://www.kodeco.com/ios/paths/visionos-beyond-the-basics/51928619-realitykit-reality-composer-pro"/>
    <summary>&lt;p&gt;Learn how to create augmented reality experiences using Reality Composer Pro with RealityKit and USDz. Create 3D scenes employing models, animations, and interactions using RealityKit. Also learn how to use both RealityKit and Reality Composer Pro to create AR experiences to be added to visionOS apps. New version — checked against latest OS.&lt;/p&gt;
</summary>
    <title>RealityKit &amp; Reality Composer Pro [SUBSCRIBER]</title>
    <updated>2026-02-04T00:00:00Z</updated>
    <dc:date>2026-02-04T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/introduction-to-visionos/49756480-visionos-an-introduction</id>
    <link href="https://www.kodeco.com/ios/paths/introduction-to-visionos/49756480-visionos-an-introduction"/>
    <summary>&lt;p&gt;Now updated for visionOS 26! The Vision Pro and visionOS present a new paradigm in computing. This is the
beginning of spatial computing. Users will be able to view apps floating in
front of their eyes and they will be able to interact with them with taps,
gestures and their hands. This learning path will survey the various types
of apps that you can build for spatial computing. We’ll explore building
windowed apps; running existing iOS and iPad apps in windows, creating
apps with 3D elements in 3D volumes, as well as fully immersive apps,
where the user is inside a completely virtual environment.&lt;/p&gt;
</summary>
    <title>visionOS: An Introduction [SUBSCRIBER]</title>
    <updated>2025-12-16T00:00:00Z</updated>
    <dc:date>2025-12-16T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="free"
      label="[FREE]"/>
    <category term="article"
      label="Article"/>
    <id>https://www.kodeco.com/49841134-using-apple-foundation-models-to-summarize-text</id>
    <link href="https://www.kodeco.com/49841134-using-apple-foundation-models-to-summarize-text"/>
    <summary>Build an on-device text summarizer using Apple Foundation Models and SwiftUI, with step-by-step guidance on availability checks and summarization.
</summary>
    <title>Using Apple Foundation Models to Summarize Text [FREE]</title>
    <updated>2025-12-15T23:30:18Z</updated>
    <dc:date>2025-12-15T23:30:18Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/new-ios26/48499792-swiftdata-in-ios-26</id>
    <link href="https://www.kodeco.com/ios/paths/new-ios26/48499792-swiftdata-in-ios-26"/>
    <summary>&lt;p&gt;In this module, you’ll learn about the new features in Swift Data that were introduced at WWDC 2025.  The new model inheritance capabilities, and how they impact queries and model migration are covered.&lt;/p&gt;
</summary>
    <title>SwiftData in iOS 26 [SUBSCRIBER]</title>
    <updated>2025-12-10T00:00:00Z</updated>
    <dc:date>2025-12-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="book"
      label="Book"/>
    <id>https://www.kodeco.com/books/advanced-git</id>
    <link href="https://www.kodeco.com/books/advanced-git"/>
    <summary>&lt;h2&gt;Master Git!&lt;/h2&gt;
&lt;p&gt;Chances are if you’re involved with software development you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is both simple to start using and accommodating for the most complex tasks with version control. Even seasoned Git users hit roadblocks on how to handle common situations.&lt;/p&gt;
&lt;p&gt;Advanced Git is here to help! This book is the easiest and fastest way to get hands-on experience with using Git for version control of your projects.&lt;/p&gt;
&lt;p&gt;Take a deep dive into:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How Git actually works: After using Git for a while it’s good to discover the whys behind all of the things.&lt;/li&gt;
&lt;li&gt;Rebasing: Rebasing and squashing doesn’t have to be scary; it’s quite a useful and advanced way of merging code to support your collaborative workflow.&lt;/li&gt;
&lt;li&gt;Undoing what you’ve done: Most frustration with Git comes from not being able to undo something that you’ve screwed up. But Git has lots of ways you can go back and recover from a weird merge or commit state.&lt;/li&gt;
&lt;li&gt;Workflows in Git: Working with Git requires some rules to make sure things go smoothly across development teams. Learn the most common workflows and how to decide which one to use.&lt;/li&gt;
&lt;li&gt;And more!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One thing you can count on: after reading this book, you’ll be well-prepared to use Git in your own software development workflow!&lt;/p&gt;
</summary>
    <title>Advanced Git [SUBSCRIBER]</title>
    <updated>2025-11-28T00:00:00Z</updated>
    <dc:date>2025-11-28T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="book"
      label="Book"/>
    <id>https://www.kodeco.com/books/metal-by-tutorials</id>
    <link href="https://www.kodeco.com/books/metal-by-tutorials"/>
    <summary>&lt;h2&gt;Build your own low-level game engine in Metal!&lt;/h2&gt;
&lt;p&gt;Metal is a unified application programming interface (API) for the graphics processing unit, or GPU. It’s unified because it applies to both 3D graphics and data-parallel computation paradigms. Metal is a low-level API because it provides programmers near-direct access to the GPU. Finally, Metal is a low-overhead API because it reduces the central processing unit (CPU) cost by multi-threading and pre-compiling of resources.&lt;/p&gt;
&lt;p&gt;But beyond the technical definition, Metal is the most appropriate way to use the GPU’s parallel processing power to visualize data or solve numerical challenges. It’s also tailored to be used for machine learning, image/video processing or, as this book describes, graphics rendering.&lt;/p&gt;
&lt;p&gt;This book will introduce you to low-level graphics programming in Metal — Apple’s framework for programming on the graphics processing unit (GPU). As you progress through this book, you’ll learn many of the fundamentals that go into making a game engine and gradually put together your own engine. Once your game engine is complete, you’ll be able to put together 3D scenes and program your own simple 3D games. Because you’ll have built your 3D game engine from scratch, you’ll be able to customize every aspect of what you see on your screen.&lt;/p&gt;
&lt;p&gt;This book is for intermediate Swift developers interested in learning 3D graphics or gaining a deeper understanding of how game engines work.&lt;/p&gt;
</summary>
    <title>Metal by Tutorials [SUBSCRIBER]</title>
    <updated>2025-11-21T00:00:00Z</updated>
    <dc:date>2025-11-21T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/new-ios26/48376615-liquid-glass</id>
    <link href="https://www.kodeco.com/ios/paths/new-ios26/48376615-liquid-glass"/>
    <summary>&lt;p&gt;Liquid Glass is the new design language for Apple platforms. This module
illustrates the process of incorporating Liquid Glass into your own iOS app.
You’ll learn how to add specific Liquid Glass features such as containers, modifiers,
and toolbar controls. You’ll also learn some best practices for working with
the new design language.&lt;/p&gt;
</summary>
    <title>Liquid Glass [SUBSCRIBER]</title>
    <updated>2025-11-06T00:00:00Z</updated>
    <dc:date>2025-11-06T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/advanced-swift-techniques/48744256-app-observability</id>
    <link href="https://www.kodeco.com/ios/paths/advanced-swift-techniques/48744256-app-observability"/>
    <summary>&lt;p&gt;This module covers the basic concepts of App Observability (App Telemetry) which allows you to gather insights, possibly in real-time on how your application is performing on users’ devices around the world, how to collect performance information on how well/fast your app is working, especially with different network conditions that users can’t experience. When a failure happens, what was going on before that led to that failure.&lt;/p&gt;
</summary>
    <title>App Observability [SUBSCRIBER]</title>
    <updated>2025-10-24T00:00:00Z</updated>
    <dc:date>2025-10-24T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/ux-apple-intelligence/49480840-app-intents-with-siri</id>
    <link href="https://www.kodeco.com/ios/paths/ux-apple-intelligence/49480840-app-intents-with-siri"/>
    <summary>&lt;p&gt;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. Updated to iOS 26.&lt;/p&gt;
</summary>
    <title>App Intents with Siri [SUBSCRIBER]</title>
    <updated>2025-10-16T00:00:00Z</updated>
    <dc:date>2025-10-16T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/ux-apple-intelligence/49480768-writing-tools-with-apple-intelligence</id>
    <link href="https://www.kodeco.com/ios/paths/ux-apple-intelligence/49480768-writing-tools-with-apple-intelligence"/>
    <summary>&lt;p&gt;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. Updated to iOS 26.&lt;/p&gt;
</summary>
    <title>Writing Tools with Apple Intelligence [SUBSCRIBER]</title>
    <updated>2025-10-14T00:00:00Z</updated>
    <dc:date>2025-10-14T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/ux-apple-intelligence/49710741-genmoji</id>
    <link href="https://www.kodeco.com/ios/paths/ux-apple-intelligence/49710741-genmoji"/>
    <summary>&lt;p&gt;Explore Genmoji, enhancing your apps with expressive, customizable emojis. Learn to render, store, and communicate with text that includes Genmoji, Memoji, and other sticker-type images. Updated to iOS 26.&lt;/p&gt;
</summary>
    <title>Genmoji [SUBSCRIBER]</title>
    <updated>2025-10-10T00:00:00Z</updated>
    <dc:date>2025-10-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term="subscriber"
      label="[SUBSCRIBER]"/>
    <category term="multimodal-module"
      label="Multimodal Module"/>
    <id>https://www.kodeco.com/ios/paths/apple-ai-models/49307523-vision-framework</id>
    <link href="https://www.kodeco.com/ios/paths/apple-ai-models/49307523-vision-framework"/>
    <summary>&lt;p&gt;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. Updated to iOS 26.&lt;/p&gt;
</summary>
    <title>Vision Framework [SUBSCRIBER]</title>
    <updated>2025-10-09T00:00:00Z</updated>
    <dc:date>2025-10-09T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="program"
      label="Program"/>
    <id>https://www.kodeco.com/ai/programs/ai-apis</id>
    <link href="https://www.kodeco.com/ai/programs/ai-apis"/>
    <summary>&lt;div class=&quot;trix-content&quot;&gt;
  This program is designed to equip you with the skills necessary to integrate AI services into your development workflow. It covers a wide range of topics, from basic Python programming for AI to advanced concepts like Retrieval-Augmented Generation (RAG) and AI Agents.&amp;nbsp; You&#39;ll gain hands-on experience with popular AI platforms such as OpenAI, Google Gemini, and Azure AI Services.&amp;nbsp;&lt;br&gt;
&lt;/div&gt;
</summary>
    <title>Artificial Intelligence APIs with Python</title>
    <updated>2024-11-16T00:00:00Z</updated>
    <dc:date>2024-11-16T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ai/paths/python</id>
    <link href="https://www.kodeco.com/ai/paths/python"/>
    <summary>Python is the lingua-franca of data science, machine learning and AI. This course will teach you enough Python, based on your pre-existing knowledge of other programming languages, so that you are well-prepared for a journey into learning AI programming. You&#39;ll discover the fundamentals of python syntax, learn how to manage programming environments, work with third-party libraries and handle file and networking operations. It is not meant to be an introduction to your first programming language, but if you have a reasonable understanding of any other programming language then this is your fast-track to proficiency in Python.</summary>
    <title>Python for AI</title>
    <updated>2024-11-16T00:00:00Z</updated>
    <dc:date>2024-11-16T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ai/paths/azure-ai-services</id>
    <link href="https://www.kodeco.com/ai/paths/azure-ai-services"/>
    <summary>This course focuses on leveraging Azure’s high-level AI services to solve real-world business problems. You&#39;ll explore pre-built solutions for Retrieval-Augmented Generation (RAG), content moderation, and other Azure AI offerings, understanding their apps and trade-offs compared to custom-built solutions. </summary>
    <title>High-Level AI with Azure AI Services</title>
    <updated>2024-11-15T00:00:00Z</updated>
    <dc:date>2024-11-15T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ai/paths/cloud-based-ai</id>
    <link href="https://www.kodeco.com/ai/paths/cloud-based-ai"/>
    <summary>This course introduces you to cloud-based AI services, focusing on text generation, image processing, and audio analysis. You&#39;ll gain hands-on experience with leading platforms such as OpenAI and Google Gemini, learning to leverage these technologies for various AI apps.</summary>
    <title>Introduction to Cloud-based AI</title>
    <updated>2024-11-14T00:00:00Z</updated>
    <dc:date>2024-11-14T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ai/paths/langchain-langgraph</id>
    <link href="https://www.kodeco.com/ai/paths/langchain-langgraph"/>
    <summary>This course delves into advanced AI app development using LangChain and LangGraph. You&#39;ll learn to create complex AI systems, including Retrieval-Augmented Generation (RAG) and AI Agents, while gaining insights into the integration of various AI services and tools.</summary>
    <title>Building Integrated AI Services with LangChain &amp; LangGraph</title>
    <updated>2024-11-12T00:00:00Z</updated>
    <dc:date>2024-11-12T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="program"
      label="Program"/>
    <id>https://www.kodeco.com/ios/programs/apple-intelligence</id>
    <link href="https://www.kodeco.com/ios/programs/apple-intelligence"/>
    <summary>&lt;div class=&quot;trix-content&quot;&gt;
  Discover the multitude of ways to integrate Apple Intelligence into your apps, from creating amazing user experiences through Genmoji and deep integration with Siri, through leveraging Apple’s ML models for translation and computer vision, to building on third-party tools such as ChatGPT.
&lt;/div&gt;
</summary>
    <title>Apple Intelligence</title>
    <updated>2024-09-20T00:00:00Z</updated>
    <dc:date>2024-09-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/ux-apple-intelligence</id>
    <link href="https://www.kodeco.com/ios/paths/ux-apple-intelligence"/>
    <summary>This course equips you with the skills to leverage Apple’s latest user experience (UX) advancements within your iOS apps. You’ll explore Writing Tools, a powerful suite for enhancing text input and editing. Dive into Genmoji, a brand new tool for creating custom emoji characters, adding a layer of personalization and expression to your apps. And unlock the power of Siri and App Intents with Apple Intelligence, enabling seamless voice interaction and context-aware functionality within your creations. </summary>
    <title>Improving User Experience with Apple Intelligence</title>
    <updated>2024-09-19T00:00:00Z</updated>
    <dc:date>2024-09-19T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/third-party-ai</id>
    <link href="https://www.kodeco.com/ios/paths/third-party-ai"/>
    <summary>This module explores the integration of ChatGPT into iOS apps, enabling powerful conversational AI capabilities. You&#39;ll learn to leverage the ChatGPT API to create dynamic, context-aware chatbots and intelligent assistants within their mobile apps. </summary>
    <title>Integrating 3rd-Party AI on Apple Platforms</title>
    <updated>2024-09-19T00:00:00Z</updated>
    <dc:date>2024-09-19T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/apple-ai-models</id>
    <link href="https://www.kodeco.com/ios/paths/apple-ai-models"/>
    <summary>This course explores on-device machine learning using Apple’s powerful tools. See how simple the Vision framework makes complex computer vision tasks, enabling your app to understand the real world, through tasks like object detection and face recognition. Learn to leverage the Translation framework for on-device, real-time language translation, breaking down language barriers for your users. Before finally looking at how to develop your own machine learning models, by customizing Apple’s pre-built models for specific use cases within your apps.</summary>
    <title>Building Intelligent Apps with Apple AI Models</title>
    <updated>2024-09-18T00:00:00Z</updated>
    <dc:date>2024-09-18T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/multiscreen-app</id>
    <link href="https://www.kodeco.com/android/paths/multiscreen-app"/>
    <summary> State management is critical for developing apps. In this course, you&#39;ll learn how to listen and respond to state changes, and how to incorporate multiple screens into your app.</summary>
    <title>Create a Multiscreen App in Android</title>
    <updated>2024-09-10T00:00:00Z</updated>
    <dc:date>2024-09-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/user-interface-development</id>
    <link href="https://www.kodeco.com/android/paths/user-interface-development"/>
    <summary>This course provides a strong foundation for creating user interfaces with Jetpack Compose. It also introduces the tools required to build user interfaces such dimens, drawables, strings, and other resource files contained in the SDK.</summary>
    <title>Android User Interface Development</title>
    <updated>2024-09-10T00:00:00Z</updated>
    <dc:date>2024-09-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="program"
      label="Program"/>
    <id>https://www.kodeco.com/android/programs/beginning-android</id>
    <link href="https://www.kodeco.com/android/programs/beginning-android"/>
    <summary>&lt;div class=&quot;trix-content&quot;&gt;
  Jump into the exciting world of Android mobile development. In this comprehensive program, you’ll learn the foundations of writing modern Android apps from the ground up whether you are new to Android or even new to programming in general. You&#39;ll learn everything you need to know from programming in Kotlin to developing impressive user interfaces in Jetpack Compose. You’ll explore many fundamental topics such as fetching data over the internet to running code in the background.&amp;nbsp;By the end of this program, you will have experienced Android development from the ground while also learning critical skills such as source control and object-orientated programming techniques.&amp;nbsp;&lt;br&gt;
&lt;/div&gt;
</summary>
    <title>Beginning Android &amp; Kotlin</title>
    <updated>2024-09-10T00:00:00Z</updated>
    <dc:date>2024-09-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/getting-started-swiftui</id>
    <link href="https://www.kodeco.com/ios/paths/getting-started-swiftui"/>
    <summary>This course introduces the fundamental concepts of SwiftUI, Apple’s declarative user interface framework for building iOS applications. You&#39;ll delve into the world of SwiftUI, learning how to create responsive user interfaces with ease. The course covers essential topics such as views, hierarchies and navigation providing a solid foundation for developing iOS apps. </summary>
    <title>Getting Started with SwiftUI</title>
    <updated>2024-06-20T00:00:00Z</updated>
    <dc:date>2024-06-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/networking-concurrency-swiftui</id>
    <link href="https://www.kodeco.com/ios/paths/networking-concurrency-swiftui"/>
    <summary>In this course, you&#39;ll delve into the fundamentals of networking and concurrency in iOS development. You&#39;ll gain a thorough understanding of network communication protocols, asynchronous programming techniques, and best practices for building high-performance iOS apps. This course is designed for beginners who want to gain confidence in the intricacies of networking and concurrency in the context of iOS development.  </summary>
    <title>Networking &amp; Concurrency in SwiftUI</title>
    <updated>2024-06-20T00:00:00Z</updated>
    <dc:date>2024-06-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="program"
      label="Program"/>
    <id>https://www.kodeco.com/ios/programs/beginning-ios</id>
    <link href="https://www.kodeco.com/ios/programs/beginning-ios"/>
    <summary>&lt;div class=&quot;trix-content&quot;&gt;
  The Kodeco Beginning iOS &amp;amp; Swift program provides a comprehensive learning experience guided by experienced industry professionals. Gain the in-demand skills you need to excel in building modern iOS apps using Apple’s revolutionary UI framework, SwiftUI.&amp;nbsp;&lt;br&gt;You’ll begin with an introduction to Apple’s Swift programming language, Xcode, and version control. Once you have the fundamental concepts you will learn SwiftUI and craft captivating user interfaces. You’ll effortlessly guide users through your apps with built-in navigation tools. As the program progresses you’ll navigate your way towards the power of data management, including passing data, state management, and data persistence for dynamic apps. Take a step further with networking and performance optimization techniques, ensuring your apps run smoothly.&amp;nbsp;&lt;br&gt;With the help of your mentor you can progress with confidence, ensuring you have a firm grasp of each concept. This program provides you with the tools to maximize your learning potential towards becoming a sought after iOS developer. &amp;nbsp;
&lt;/div&gt;
</summary>
    <title>Beginning iOS &amp; Swift</title>
    <updated>2024-06-20T00:00:00Z</updated>
    <dc:date>2024-06-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/sharing-state-management-swiftui</id>
    <link href="https://www.kodeco.com/ios/paths/sharing-state-management-swiftui"/>
    <summary>In this course, you will delve into the intricacies of data flow and data binding in SwiftUI, gaining an understanding of how to seamlessly transfer information between different views. You will also explore state management strategies and data persistence techniques. </summary>
    <title>Sharing &amp; State Management in SwiftUI</title>
    <updated>2024-06-20T00:00:00Z</updated>
    <dc:date>2024-06-20T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/concurrency-networking</id>
    <link href="https://www.kodeco.com/android/paths/concurrency-networking"/>
    <summary>This learning path is a comprehensive overview of networking and concurrency in Kotlin. In this learning path, users will learn how to run operations in the background and communicate over the network using common libraries and data formats.</summary>
    <title>Concurrency &amp; Networking in Android</title>
    <updated>2024-06-05T00:00:00Z</updated>
    <dc:date>2024-06-05T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/learn-kotlin-language</id>
    <link href="https://www.kodeco.com/android/paths/learn-kotlin-language"/>
    <summary>In this course you will learn the Kotlin programming language from the ground. It is a comprehensive overview of the language as well as an overview of best object-oriented programming practices.</summary>
    <title>Learn the Kotlin Language</title>
    <updated>2024-05-22T00:00:00Z</updated>
    <dc:date>2024-05-22T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/object-oriented-programming</id>
    <link href="https://www.kodeco.com/android/paths/object-oriented-programming"/>
    <summary> Learning to write code is easy, but learning to write “good” code is a different story entirely. In this course, developers will learn best practices when writing object-oriented code as well as be introduced to design patterns. </summary>
    <title>Object-Oriented Programming in Kotlin</title>
    <updated>2024-05-22T00:00:00Z</updated>
    <dc:date>2024-05-22T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/foundational-tools-ios</id>
    <link href="https://www.kodeco.com/ios/paths/foundational-tools-ios"/>
    <summary>This course provides a solid foundation in Swift programming, along with hands-on experience in utilizing Xcode and Version Control tools. </summary>
    <title>Foundational Tools in iOS</title>
    <updated>2024-04-24T00:00:00Z</updated>
    <dc:date>2024-04-24T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/android/paths/foundational-tools-android</id>
    <link href="https://www.kodeco.com/android/paths/foundational-tools-android"/>
    <summary>This course is designed as an onramp to Android development for beginners who are new to programming in general. It provides an overview of the main tools for writing Android apps: Version control with Git &amp; GitHub, Android Studio, the Kotlin language, and Jetpack Compose.
</summary>
    <title>Foundational Tools in Android</title>
    <updated>2024-04-10T00:00:00Z</updated>
    <dc:date>2024-04-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="program"
      label="Program"/>
    <id>https://www.kodeco.com/ios/programs/visionos</id>
    <link href="https://www.kodeco.com/ios/programs/visionos"/>
    <summary>&lt;div class=&quot;trix-content&quot;&gt;
  Craft groundbreaking 3D experiences for the future of visionOS. Master essential RealityKit concepts to build immersive worlds. Learn to create captivating scenes with animations, physics, and visual effects. Leverage Reality Composer Pro for no-code 3D development. Integrate your creations seamlessly into visionOS apps and redefine user interaction.&amp;nbsp;
&lt;/div&gt;
</summary>
    <title>visionOS</title>
    <updated>2024-03-27T00:00:00Z</updated>
    <dc:date>2024-03-27T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/visionos-beyond-the-basics</id>
    <link href="https://www.kodeco.com/ios/paths/visionos-beyond-the-basics"/>
    <summary>This course is for junior to mid-level iOS developers who want to learn more about visionOS. You&#39;ll learn to design apps for accessibility and use RealityKit and Reality Composer Pro to create augmented reality experiences.</summary>
    <title>visionOS: Beyond the Basics</title>
    <updated>2024-03-27T00:00:00Z</updated>
    <dc:date>2024-03-27T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/introduction-to-visionos</id>
    <link href="https://www.kodeco.com/ios/paths/introduction-to-visionos"/>
    <summary>The Vision Pro and visionOS present a new paradigm in computing. This is the beginning of spatial computing. Users will be able to view apps floating in front of their eyes and they will be able to interact with them with taps, gestures and their hands. This learning path will survey the various types of apps that you can build for spatial computing. We’ll explore building windowed apps; running existing iOS and iPad apps in windows, creating apps with 3D elements in 3D volumes, as well as fully immersive apps, where the user is inside a completely virtual environment.</summary>
    <title>Introduction to visionOS</title>
    <updated>2023-11-21T00:00:00Z</updated>
    <dc:date>2023-11-21T00:00:00Z</dc:date>
  </entry>
  <entry>
    <category term=""
      label=""/>
    <category term="course"
      label="Course"/>
    <id>https://www.kodeco.com/ios/paths/object-oriented-programming</id>
    <link href="https://www.kodeco.com/ios/paths/object-oriented-programming"/>
    <summary>The Object-Oriented Programming (OOP) learning path offers a comprehensive exploration of software development principles and techniques. Covering three modules, learners will delve into foundational OOP concepts, advanced techniques, and their integration with Protocol-Oriented Programming (POP).

By mastering both OOP and POP paradigms, participants will emerge ready to craft robust, adaptable software solutions that excel in the dynamic world of modern software engineering.</summary>
    <title>Object-Oriented Programming in iOS</title>
    <updated>2023-10-17T00:00:00Z</updated>
    <dc:date>2023-10-17T00:00:00Z</dc:date>
  </entry>
  <dc:date>2026-03-23T00:00:00Z</dc:date>
</feed>