In this video I talk about jetpack compose beta and what updates we need to make to the source code for the advanced jetpack compose course.
In this video I show you an example of how to use the new animation API with jetpack compose.
In this video, you will get a step by step instruction on how to build notifications for your Android 11 application using Jetpack and Kotlin. How to display text in a notification - Create inbox style notification - Create notifications with an image - How to display an image in a notification - How to use notifications
The Google Developer News Show: First preview of Android 12, The Android Show, Jetpack Compose Beta, Android Developer Challenge, Introducing Cloud Domains, Preparing the Dart and Flutter ecosystem for null safety, Introducing Model Search
In this video, you will learn about the Jetpack Navigation Component in Android. This video is part of the Jetpack course that I'm working on. The Jetpack Masterclass is still in the making and we expect it to be ready in the third week of february. As soon as it's ready we will add the link to it here.
In this video we refactor our code and abstract out some of the things that we use in every fragment.
In this video we build another shimmer animation. This shimmer animation is very similar to the one we built earlier in the course. The only difference is this one is for a single item as opposed to a list of items.
The BEST android courses in the world: https://codingwithmitch.com/In this video we build the UI for Recipe Fragment using Jetpack compose. RecipeFragment is...
Welcome to the live Q&A of the Kotlin and Jetpack APIs for MAD Skills series hosted by Android Developer Relations Engineer Chet Haase. This time, Chet is joined by Florina Muntenescu, Manuel Vicente Vivo, David Winer, and Yigit Boyar to answer your Kotlin and Jetpack API questions!
The BEST android courses in the world: https://codingwithmitch.com/In this video I show you how to build a custom pagination system using jetpack compose and...
In this video I show you how to tie Snackbar's to the Scaffold using Jetpack compose. The Scaffold has a SnackbarHost built into it.
In this video I show you how to use Snackbar's with Jetpack compose. It's probably a little more complicated than you expected. There's a number of other classes involved like: SnackbarState and SnackbarHostState.
The BEST android courses in the world: https://codingwithmitch.com/In this video I show you how to use a Scaffold with Jetpack compose. This is very similar ...
In this video I show you how to use custom fonts with jetpack compose. You could any number of fonts and toggle between them at runtime. The theming with jetpack compose is awesome.
In this video I show you how to set up theming with jetpack compose. I also go through how to choose colors and toggle between light and dark theme in realtime.
In this video I show you how to build a shimmer animation using jetpack compose.
In this video I show you how to make a custom heart animation with jetpack compose. The heart can toggle between active and inactive.
In this video I give you an introduction to animations with jetpack compose. Animations are tricky and there isn't much information out there (yet) because compose is so new. Hopefully this gives you the building blocks you need to build your own animations with compose.
In this video I teach you how to use Constraint Layout with jetpack compose.
In this video I show you how to use a Circular indeterminate progress bar with jetpack compose.