Playlist of Google presentations from GDC (Game Developers Conference) 2023.
I’m going to guide you though all the steps to get started with SwiftUI when you already have experience with UIKit! In this tutorial you will...
Check out all the latest Android and Play announcements and innovations from Google I/O 2023. Learn what’s new about the platform, app quality, developer productivity, and...
droidcon Italy is the annual Android dev conference in person in Turin, Italy, and broadcast live. The Italian edition features international speakers and sponsors, and welcomes...
Today’s guest is Marina Coelho from Google. We explored Firebase Remote Config to set up some feature flags and A/B test.
Welcome to my guide on building a Ridesharing application! Between jobs, to keep my skills sharp, I built a Ride sharing application with driver-passenger chat, google...
In this session, we will learn how to use Arrow’s Resource Domain-Specific Language (DSL) to reason about resource safety in the same way we use structured...
How many years should you work in your tech job as a software engineer? Not too short and not too long 🙂
In this crash course, you will learn the basics of using Kotlin Flows in Android Applications.
In this video I will introduce you to Lottie 4.0, Lottie is Airbnb’s cross-platform, open-source library for rendering vector motion graphics.
In this video you’ll learn how you can create a text composable where each digit is separately animated.
In this video, Pamela chats about some of the Kotlin 1.8.0 updates relating to Kotlin/Native and Kotlin Multiplatform Mobile.
Analyzing the DoorDash Android app and its internal API. Main takeaways – Multiple fraud detection APIs, float vs. cents for item prices, endless possibilities. Running in...
Preview some of our investments in the technologies of the future at Flutter Forward, streaming live from Nairobi, Kenya on January 25, 2023! The event will...
These are the recordings of all talks of the Do iOS Conference that was held on 8 and 9 November 2022 in Amsterdam.
In this video I’ll show you the 3 most common mistakes I see people do in clean architecture.
Ever had a text that was sometimes too large to fit in its container on some devices? In this video I’ll show you how you can...
Keyboard shortcuts are a useful way of quickly navigating around Android Studio and performing common actions. In many cases, using keyboard shortcuts is faster than using...
Video from the Swiftable 2022 conference, which took place in Buenos Aires in early December 2022.
This video explains the differences between the asLiveData operator compared to the collect and launchIn operator. The terminal operator “asLiveData” converts a flow into a LiveData...