At this point, the technology is too complex and buggy for widespread use, but in the world of AI, it doesn't last that long.
In this talk, we'll delve into the world of XcodeKit and Editor Extensions, showing you how to streamline your workflow, improve code quality, and boost your...
In this video you learn how to deal with enums in SwiftData, create dynamic sorts using SortDescriptors and how to use the Predicate macro to filter...
inshellisense provides IDE style autocomplete for shells. It’s a terminal native runtime for autocomplete which has support for 600+ command line tools. inshellisense supports Windows, Linux, & MacOS. Getting Started Requirements...
Starting in Android 12, the SplashScreen API lets apps launch with animation, including an into-app motion at launch, a splash screen showing your app icon, and a transition...
All the videos of Swift Connection 2023 conference, which took place in Paris at the end of September, have been published.
A few weeks ago, Discord allowed US developers to sell their apps to Discord users in a centralized hub, and today that ability is being extended...
Let me introduce you to the new iOS17 ContentUnavailableView I’ll will show you how you can customize the content and display a different one depending on...
Developing a mobile app that performs flawlessly in the real world requires thorough testing under a variety of network conditions. Introducing Flaker – your assistant tool...
In this video you’ll learn how you can capture videos with CameraX in Android.
Retrofit is a type-safe HTTP client library for Android and Java that simplifies the process of making network requests to web services.
Let language models run code on your computer. An open-source, locally running implementation of OpenAI’s Code Interpreter. Open Interpreter lets LLMs run code (Python, Javascript, Shell, and...
In this video I’m going to show how to create Custom In-App Notification’s that will seamlessly blend with Dynamic Island.
Timestamps: 0:00 – Introduction 1:42 – Setup 3:41 – Add a custom Font Family 4:25 – Fallback Font 5:54 – Debug a Font Provider
In this video, I would like to share with you some things that were either deprecated or added in iOS 17, but are too small to...
By using a BOM dependency, you can avoid specifying the versions of each individual library in your app, and let the BOM handle the compatibility for...
Swift has built-in support for writing asynchronous and parallel code in a structured way. Asynchronous code can be suspended and resumed later, although only one piece of the...
The primary goal of dependency injection is to reduce the coupling between components by removing the dependency resolution responsibility from the client code.
⭐ Learn how to make apps scale with a multi-module architecture.
"The idea is to make real-time multiplayer development available to millions of developers around the world, and the only way to do that is to sell...