Server Side Swift with Vapor Book: New Chapters Available! [FREE]
Six new chapters are now available in our definitive book on building web apps and web APIs using Server Side Swift with Vapor, written by the creators of the Vapor 3 framework.
View ArticleiOS Animation Tutorial: Custom View Controller Presentation Transitions [FREE]
Learn how to create custom view controller presentation transitions and spice up the navigation of your iOS apps!
View ArticleAndroid: An Introduction to Material Design with Kotlin [FREE]
In this tutorial you’ll learn how to integrate Material Design into an existing app and create delightful interactions using the animation APIs.
View ArticleJetpack Compose Primer [SUBSCRIBER]
Get up and running fast with the recently announced and pre-alpha Jetpack Compose toolkit for creating Android user interfaces in Kotlin code.
View ArticleGlide Tutorial for Android: Getting Started [FREE]
In this Glide Tutorial, you’ll learn how to use Glide to create a photo app that displays pictures to your users with different filters.
View ArticleApp Search: NSUserActivity [SUBSCRIBER]
Enabling search in your app is easy to do with NSUserActivity, which allows you to specify attributes and data the user has interacted with while using your app.
View ArticleAdvanced Swift: Error Handling [FREE]
Production code is all about handling errors: programming errors, user input errors, asynchronous errors. This course covers the error fundamentals you need to know.
View ArticleAndroid KTX [FREE]
Get started with Android Core KTX to make your code more concise and readable by refactoring an app that generates delightful collages.
View ArticleJetpack Compose Primer [FREE]
Get up and running fast with the recently announced and pre-alpha Jetpack Compose toolkit for creating Android user interfaces in Kotlin code.
View ArticleApp Search: NSUserActivity [FREE]
Enabling search in your app is easy to do with NSUserActivity, which allows you to specify attributes and data the user has interacted with while using your app.
View ArticleCombine: Asynchronous Programming with Swift [SUBSCRIBER]
The best book for learning how to manage asynchronous event handling with the Swift Combine framework!
View ArticleAdvanced iOS Summer Bundle - 2019 [SUBSCRIBER]
The best books for advanced iOS developers: SwiftUI by Tutorials, Combine: Asynchronous Programming with Swift, and Catalyst by Tutorials!
View ArticleCatalyst by Tutorials [SUBSCRIBER]
The best book to learn how to make your iOS and iPadOS apps run seamlessly under macOS using the Catalyst framework.
View ArticleSwiftUI by Tutorials [SUBSCRIBER]
The best book for building iOS, iPadOS, tvOS, watchOS and macOS apps using the SwiftUI framework. No more UIKit frustration!
View ArticleNew SwiftUI, Combine and Catalyst Books: Preorders Now Available! [FREE]
We’re making new books on SwiftUI, Combine & Catalyst — and if you preorder now, you can get all 3 for just $99!
View ArticleSwiftUI: Getting Started [FREE]
In this SwiftUI tutorial, you’ll learn how to layout the UI by declaring and modifying views, and how to use state variables to update your UI. You’ll use Xcode’s new preview and live preview, and...
View ArticleYour Own Image Picker With Flutter Channels [FREE]
In this tutorial you will learn how to use Flutter Channels to communicate with platform code and create an image picker for both Android and iOS.
View ArticleGetting Started With HTTP Middleware in Kitura [FREE]
Middleware is a popular way to to handle incoming server-side requests and outgoing responses. In this tutorial, you’ll learn how to add middleware to a REST API that’s built in Swift and uses the...
View Article