Interactive widgets were announced at WWDC 2023 for SwiftUI. Now let’s see how we can interact with widgets using SwiftUI.
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, we’re building a peer-to-peer real-time multiplayer Tic Tac Toe game using Flutter!
In this video, I’m going to show how to create a custom view modifier which will add shining effect to the applied view Using SwiftUI.
In Jetpack Compose, UI transitions and animations are often handled in a declarative manner, which is different from the imperative approach used in the traditional Android...
We are super excited to be introducing SwiftLeeds 2023. It’s our third edition to our annual conference with lots of exciting improvements coming your way. We...
In this video, you’ll learn how you can take an existing native Android project in Android Studio and migrate it to Kotlin Multiplatform, so you can...
In this video, I’m going to show how to create a Simple Drop Down Picker Using SwiftUI.
In this tutorial video, we will learn how to create and use custom savers in Jetpack Compose. We’ll explore the concept of savers and their significance...
This new approach for observing changes in SwiftUI significantly simplifies your code.
Get ready to explore the frameworks and strategies that will transform the way you build and design Android apps.
In this video, I’m going to show how to create a Complex Scroll Animation With the Newly Released iOS 17 APIs.
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...
There are a few key principles that unlock a wide range of different animations, from basic to advanced.
In this video, I’m going to show how to create a scrollable tab view with a custom tab bar using the newly released iOS 17 APIs...
NSSPAIN XI – the ultimate gathering for Apple engineering enthusiasts! Brace yourself for a global showcase of exceptional speakers hailing from every corner of the planet,...
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...
Welcome to a comprehensive guide on integrating WhatsApp login into your Flutter applications, complete with a backend solution. Timestamps: 00:00 – App Demo 00:32 – Introduction...
This is the first video of the first section in a series of videos where I am going to build an app using SwiftData.
In the previous video, I talked about preventing SwiftUI from re-rendering all of the views. In this video, I have the opposite problem: SwiftUI does not...