Filters

Hide filters
Platform
Subscription Type
Content Type
Difficulty
Advanced Filters
Include categories
Exclude categories
Select languages

All Tutorials · Screencast · 212 Results

Screencast
iOS & Swift
WWDC 2021: Breaking Changes in SwiftUI
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
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 a walkthrough of this new concurrent feature and how actors works.
iOS & Swift
WWDC 2021: Intro to async/await
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 fits into Apple's concurrency landscape.
iOS & Swift
WWDC 2021: 10 Can't-Miss Sessions
In this video, Catie Catterwaul counts down her top 10 sessions from WWDC 2021 that you shouldn't miss!
Archive
Peter Friese: Building SwiftUI Apps with Firebase
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
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.
iOS & Swift
WWDC 2020: In App Purchase Updates
In App Purchases made a really nice showing. With this video, you'll get a run down of upcoming In App Purchases in iOS 14.
iOS & Swift
WWDC 2020: Combine & SwiftUI
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
iOS & Swift
WWDC 2020: Widgets
Learn a bit about WidgetKit, some suggestions for how to get started, and a tip about building your own placeholder views.
iOS & Swift
WWDC 2020: Privacy Features
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
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 other words, it takes practice. In this talk, explore how our fellow professionals approach continued education, so that we as engineers can keep our skills sharp and our expertise relevant.
iOS & Swift
WWDC 2020: SwiftUI Protocols & Property Wrappers
WWDC 2020 brought some great new features for SwiftUI, including the App and Scene protocols, and AppStorage, SceneStorage, and ScaledMetric property wrappers.
iOS & Swift
WWDC 2020: SwiftUI Views
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!
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
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
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
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 and patience. Be warned though, the talk could ruin your life by turning you into a coffee snob like me.
Archive
Increase Your Product Quality Through Accessibility
In this talk, Victoria discusses some of the things you can do to make your app more accessible, and how it makes your product stronger.
Archive
David Okun: How To Build a SwiftUI Framework
... and make it work with Swift Package Manager, Cocoapods, and Carthage!
Archive
The Future of Mobile: Android/iOS, Flutter and Native
In this Roundtable Talk, Kevin Moore, Kevin Galligan, Nishant Srivastava and Joe Howard discuss the state of mobile and what platform you should use when starting a brand new project.
Archive
Ray Wenderlich: How to Run a Remote Company
In this workshop, Ray shares what he has learned while running a remote company over the past 10 years, transitioning from a solo indie developer to a 17-person company (+ a team of over 250 part-time authors and editors).
iOS & Swift
What's New in Xcode 11: Testing
Learn how to take advantage of test plans in running your tests with multiple configurations to make your code more robust.
iOS & Swift
What's New in Xcode 11: Workflow
Explore how Xcode 11 changes your workflow. Learn how to make the most out of multiple editors and Xcode's source control changes.