15:47
2021 Android Guide: Publishing app to Google Play Store!
This video shows you how to take an Android project you've been working on and upload a signed version of your app to the ...
7:09
Android Studio Tutorial (2021 Edition) - Part 1
Do you want to build an Android app? Learn to use Android Studio to create a complete app using Kotlin and the latest ...
13:23
2021 Android Guide: Firebase Crashlytics - custom crash reporting
This episode dives deeper into the capabilities of Crashlytics and showcases how to customize the types of crashes you see in the ...
12:00
2021 Android Guide: Handle failed network request
This episode demonstrates how you can handle network failures when using Retrofit. Network requests are unpredictable in time ...
14:55
2021 Android Guide: Caching network data in Android
This video introduces the concept of caching. Caching a very important technique to be aware of when building mobile apps, and I ...
8:36
2021 Android Guide: Firebase Crashlytics Intro
In this episode, I cover how to integrate the AMAZING Crashlytics feature from Firebase into your app. This obviously requires an ...
14:41
2021 Android Guide: Activity Navigation with Intents
This episode connects two independent screens (Activities) with navigation via the Android Intent class. I also demonstrate how to ...
13:03
2021 Android Guide: Global Actions w/ Jetpack Navigation
This video covers how to create and implement global actions inside a particular NavGraph that is part of the Jetpack Navigation ...
8:18
2021 Android Guide: Deep Linking w/ Jetpack Navigation Components
This video demonstrates how you can accomplish deep linking a user to a particular page inside your app, with arguments!
9:20
Accelerometer Sensor Tutorial in Android Studio (Kotlin 2021)
Hey guys! How's it going? In this video I'll be showing you how to use the accelerometer sensor in Android Studio using Kotlin.
14:25
2021 Android Guide: Retrofit + Kotlin Coroutines = MVVM
This episode ties together the networking library Retrofit with Kotlin Coroutines to accomplish the MVVM architecture pushed for ...
13:26
2021 Android Guide: Building flexible UIs with Airbnb's Epoxy!
This video introduces the extremely powerful RecyclerView-based library from Airbnb: Epoxy. Epoxy allows us developers to ...
9:15
Android Studio Tutorial (2021 Edition) - Part 2
Layouts in Android apps are created using XML and in this tutorial we'll add a Button, Email field and Password field to allow the ...
10:21
Android Studio Tutorial (2021 Edition) - Part 3
In the latest version of Android changes were made as to how exactly elements from our XML layout are used in Kotlin.
10:27
Android x Kotlin Beginner Tutorial [2021] #1 - Project Setup
Hey there, in this Android x Kotlin tutorial video, we will see how to get Android Studio and create our first Android Project. We will ...
16:12
2021 Android Guide: Search via API + Paging3
This video builds off the previous episode in the series to connect our custom search interface to the Rick and Morty REST API.
3:36:52
Android App Development Tutorial For Beginners 2021 [ Master Android Today ]
Android App Development Tutorial For Beginners - 2021 - Learn Android in 3 hours Get my full course here ( Build 20+ apps from ...
8:21
Build Your First App in Android Studio 2021 - Android Tutorial
Hey guys, today I will be showing you how to create a simple app for complete beginners. The app will have two activities and ...
19:56
Multiple RecyclerViews in One Screen Using ScrollView | Android Studio Tutorial 2021
In this tutorial, we will learn how to implement multiple recyclerviews in one screen using scroll view. Source Code ...
11:14
2021 Android Guide: Navigating Fragments with Jetpack's NavController
This episode continues our Jetpack Navigation implementation/migration and introduces the NavController. We connect the ...