WWDC 2021: Breaking Changes in SwiftUI
Jun 29 2021 · Screencast (4 mins)
We haven't seen many breaking changes in SwiftUI, but here are some deprecations and replacements you should look out for this year!
iOS & Swift
WWDC 2021: Understand Swift Actors
Jun 25 2021 · Screencast (8 mins)
Swift Actors is a new a language feature presented in WWDC that allows you to write concurrent code without having to deal with the issue of locks or serial queues. This video will give you...
iOS & Swift
WWDC 2021: Intro to async/await
Jun 22 2021 · Screencast (16 mins)
With WWDC 2021, Apple released a whole bunch of concurrency features with async/await leading the pack. In this video, you'll learn how to use this new language feature but more importantly, you'll learn how it...
Peter Friese: Building SwiftUI Apps with Firebase
Aug 3 2020 · Screencast (1 hr, 12 mins)
In this talk, learn how to build a simple, data-driven SwiftUI application that uses Cloud Firestore to store data.
Archive
Ethan Saadia: Building Immersive AR Experiences with RealityKit
Jul 20 2020 · Screencast (1 hr, 5 mins)
In this talk, learn how to build AR experiences using modern Swift APIs and patterns without a deep knowledge of computer graphics and rendering engines.
Combine Publishers have a new assign method that works with Published properties, and can also be integrated with SwiftUI's new StateObject property wrapper.
Archive
Dean Djermanović - Building UIs in Android using Jetpack Compose
Jul 13 2020 · Screencast (39 mins)
In this talk, learn what Compose is and how it's different from the present Android framework. You will also see examples of how to use Compose to build Android application UI.
iOS 14 comes with a lot of new privacy features. This episode will cover the range of them from location tracking to the app store.
Archive
David Sherline - You’re Not As Good As You Think You Are
Jul 6 2020 · Screencast (40 mins)
Lawyers practice law. Doctors practice medicine. What about engineers? Shipping features to production is hard. But we all know writing well-factored object oriented code is harder. It takes time, patience and commitment to master. In...
WWDC 2020 brought some great new features for SwiftUI, including the App and Scene protocols, and AppStorage, SceneStorage, and ScaledMetric property wrappers.
What's new in SwiftUI Views this year? Check out my top picks for WWDC SwiftUI Sessions and get a whirlwind tour of new SwiftUI features.
Archive
Event driven programming in Swift; Let's create a chatbot!
Jun 26 2020 · Screencast (1 hr, 40 mins)
Chat programs are everywhere, and you probably use some of them daily! In this talk, Jari shows you how you can get started with your very first chatbot right now!
Archive
MVVM Structure with Android Architecture Components
Jun 18 2020 · Screencast (35 mins)
In this talk, Evana reviews how the libraries of Android Architecture Components can be integrated to create a clean architecture.
Archive
Mani Ramezan: Writing Reliable Tests in iOS
Jun 11 2020 · Screencast (54 mins)
In this talk, Mani discusses writing unit tests and UI tests and different approaches in resolving issues when they fail.
Archive
Everything You (Never) Wanted to Know about Making Coffee at Home
Jun 4 2020 · Screencast (51 mins)
Being stuck at home doesn't mean you need to be stuck with bad coffee! This quick talk will guide you through different ways of making tasty coffee at home, taking into account your time, money...