An In-Depth Dive Into Streaming Data Across Platform Channels on Flutter [FREE]
In this tutorial, you’ll learn how to use Platform Channels to stream data into your Flutter app.
View ArticleApplications of Custom Property Wrappers [SUBSCRIBER]
Property Wrappers are a new Swift version introduced in Swift 5.1. Property Wrappers allow supercharging of properties with extra functionality. Learn how to create your own Property Wrappers to create...
View ArticleAdvanced Swift [SUBSCRIBER]
Master the Swift language with the Advanced Swift book!Swift is a rich language with a plethora of features to offer. Reading the official documentation or entry-level books is important, but it’s not...
View ArticleNishant Srivastava – Podcast S11 E12 [FREE]
After a season of podcasting and reading ‘Living By The Code’ Nishant is in the hot seat to talk about GDG, Open Source, throwing pottery and bookbinding.
View ArticleAnnouncing Advanced Swift, First Edition! [FREE]
Looking to take your understanding of Swift to the next level? Dive deep into the inner workings of the language in our newest book: Advanced Swift!
View ArticleUML for Android Engineers [FREE]
Working on a real-world Android app isn’t just a matter of writing code. Most of the time you work in a team, and the code must be tested, but also well documented. Many people say that the code should...
View ArticleGoogle I/O First Impressions Livecast [FREE]
If you missed our Google I/O First Impressions livecast last night, featuring our most opinionated Android team members, you can catch the replay here!
View ArticleExpert Swift [SUBSCRIBER]
Master the Swift language with the Expert Swift book!Swift is a rich language with a plethora of features to offer. Reading the official documentation or entry-level books is important, but it’s not...
View ArticleAnnouncing Expert Swift, First Edition! [FREE]
Looking to take your understanding of Swift to the next level? Dive deep into the inner workings of the language in our newest book: Expert Swift!
View ArticleFirebase Dynamic Links: Getting Started [FREE]
Learn how to use Firebase Dynamic Links to implement deep linking on iOS.
View ArticleOkHttp Interceptors in Android [SUBSCRIBER]
Learn how to use OkHttp Interceptors to intercept network requests, log them and also modify them on the fly.
View ArticleSwiftUI Apprentice [SUBSCRIBER]
SwiftUI Apprentice is a series of epic-length tutorials where you’ll learn to build three complete apps from scratch, using Apple’s new user interface technology: SwiftUI! Each app is more advanced...
View ArticleCore Graphics Tutorial: Patterns [FREE]
Learn how to use Core Graphics to draw patterns in a performant way.
View ArticleAnnouncing SwiftUI Apprentice, First Edition! [FREE]
The holy grail for SwiftUI is here — build functional and beautiful iOS apps in SwiftUI, with the step-by-step guidance you’re looking for!
View ArticleAndroid Services: Getting Started [FREE]
Learn about Android Services and the differences between foreground, background and bound services.
View ArticleDon’t Miss Our WWDC 2021 Livecast – June 7, 9PM EDT! [FREE]
Join us for our First Impressions livecast event on June 7 covering WWDC 2021 highlights, opinions from our panel of experts and more!
View ArticleBuilding Your App Using Build Configurations and .xcconfig [FREE]
Use Xcode build settings and .xcconfig files to change your app’s settings and icon with different build configurations.
View ArticleSpeed up Your Android RecyclerView Using DiffUtil [FREE]
Learn how to update the Android RecyclerView using DiffUtil to improve the performance. Also learn how it adds Animation to RecyclerView.
View ArticleDetect Hand & Body Poses with Vision in iOS [SUBSCRIBER]
Learn how to detect hand and body landmarks in live video with help from the Vision framework. Explore the kind of data Vision can provide, and use it to evaluate hand and body poses for simple gestures.
View Article