In this module, you will learn about Jetpack Compose from the ground up and how you can use it to create U...
more
Create Composables with Jetpack Compose
In this module, you will learn about Jetpack Compose from the ground up and how you can use it to create UI in Android. It will introduce you to the idea of composables used in Jetpack Compose. You will learn how to create composables using existing composables. And later on, you will also learn modify them to change their layout, appearance, and interactivity. Finally, you will tie your learnings together to create truly custom theme for your app using composables and Material Design 3.
This module covers essential navigation concepts and techniques in Jetpack Compose. You will create a mult...
more
Navigation in Jetpack Compose
This module covers essential navigation concepts and techniques in Jetpack Compose. You will create a multiscreen movie booking app,
exploring the Navigation Component, passing arguments between screens, and sharing data with external apps. The course progresses
to advanced topics like implementing deep links and setting up a bottom navigation bar. Throughout the module, you gain hands-on
experience with key navigation elements such as the navigation graph, controller, and host, while also learning to handle
arguments and create a seamless user experience. By the end, you will have a comprehensive understanding of how to implement
efficient navigation in Jetpack Compose applications.
This module teaches how to compose intermediate layouts that employ lists, grids, and scrollable elements....
more
Build Layouts with Jetpack Compose
This module teaches how to compose intermediate layouts that employ lists, grids, and scrollable elements.
Android & Kotlin
New
State Management in Jetpack Compose
Sep 10 2024 · Multimodal Module (40 mins)
This module aims to teach learners how to manage state and how to use state to recompose the user interfac...
more
State Management in Jetpack Compose
This module aims to teach learners how to manage state and how to use state to recompose the user interface.
Android & Kotlin
Google I/O 2024: Shared Element Transitions in Jetpack Compose
May 21 2024 · Article (10 mins)
Learn how to animate your UI with the Android Transition Framework that was featured in Google I/O 2024.
Google I/O 2024: Shared Element Transitions in Jetpack Compose
Learn how to animate your UI with the Android Transition Framework that was featured in Google I/O 2024.
Multiple Domains
Kodeco Podcast: XML vs Jetpack Compose (V2, S2, E6)
Mar 28 2024 · Article (1 min)
Dru and Jenn are joined by AlexSullivan and Filip Babic to help understand the transition developers are maki...
more
Kodeco Podcast: XML vs Jetpack Compose (V2, S2, E6)
Dru and Jenn are joined by AlexSullivan and Filip Babic to help understand the transition developers are making from old XML UIs into the new Jetpack Compose world.
Android & Kotlin
Jetpack Compose Tutorial for Android: Getting Started
Dec 27 2023 · Article (50 mins)
In this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the...
more
Jetpack Compose Tutorial for Android: Getting Started
In this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the Android team by creating a cookbook app.
Android & Kotlin
Jetpack Compose: Getting Started
Aug 1 2023 · Video Course (1 hr, 53 mins)
In this Jetpack Compose Course, you’ll learn what Compose is, what its fundamental components are, and how...
more
Jetpack Compose: Getting Started
In this Jetpack Compose Course, you’ll learn what Compose is, what its fundamental components are, and how they behave individually, and when composed together. Furthermore, you’ll learn how to build beautiful and reactive UI, with a lot of meaningful motion when it comes to animating custom components, input field state handling, error handling, and automatic state updates within an MVVM environment.
Android & Kotlin
Jetpack Compose by Tutorials
Mar 29 2023 · Book
In this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using...
more
Jetpack Compose by Tutorials
In this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using Material Design, special animations and state transitions, how to use modifiers and much more!
This book will serve you as a central point that holds all the information you need to dive deep into Jetpack Compose, then apply it to your personal and production level projects.
You’ll focus on learning Jetpack Compose not only through theory, but also through real-world project examples.
After reading this book, you’ll become a true expert on the topic and you’ll learn how to switch your mindset and start to think in Jetpack Compose and declarative programming.
Android & Kotlin
Graphics Using Jetpack Compose
Mar 8 2023 · Article (25 mins)
Learn to create custom graphics using Jetpack Compose in Android with the convenient Canvas composable and th...
more
Graphics Using Jetpack Compose
Learn to create custom graphics using Jetpack Compose in Android with the convenient Canvas composable and the Paint object.
Android & Kotlin
Jetpack Compose for Wear OS
Jan 25 2023 · Article (20 mins)
Learn about Jetpack Compose for Wear OS by building a dedicated app to manage breath-holding times, including...
more
Jetpack Compose for Wear OS
Learn about Jetpack Compose for Wear OS by building a dedicated app to manage breath-holding times, including a stopwatch to track new records and save them in the collection. In this tutorial, you’ll get to know all the essential components, such as Inputs, Dialogs, Progress Indicators and Page Indicators. You’ll also learn when to use a Vignette and a TimeText.
Android & Kotlin
CompositionLocal in Jetpack Compose
Nov 15 2022 · Article (25 mins)
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to ac...
more
CompositionLocal in Jetpack Compose
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to access data.
Android & Kotlin
Gestures in Jetpack Compose: Getting Started
Oct 26 2022 · Article (15 mins)
Learn how to implement different gestures in Jetpack Compose and provide your app an intuitive user experience.
Gestures in Jetpack Compose: Getting Started
Learn how to implement different gestures in Jetpack Compose and provide your app an intuitive user experience.
Android & Kotlin
Lazy Layouts in Jetpack Compose
Aug 8 2022 · Article (20 mins)
Learn how to use Lazy Composables in Jetpack Compose to simply display data in your app.
Lazy Layouts in Jetpack Compose
Learn how to use Lazy Composables in Jetpack Compose to simply display data in your app.
Android & Kotlin
Lifecycle of Composables in Jetpack Compose
Jul 11 2022 · Article (25 mins)
Learn about the lifecycle of a composable function and also find out how to use recomposition to build reacti...
more
Lifecycle of Composables in Jetpack Compose
Learn about the lifecycle of a composable function and also find out how to use recomposition to build reactive composables.
Android & Kotlin
Interoperability with Jetpack Compose
Jun 6 2022 · Article (15 mins)
Learn how to use Compose Interoperability in your Android app.
Interoperability with Jetpack Compose
Learn how to use Compose Interoperability in your Android app.
Android & Kotlin
Material You in Jetpack Compose
May 16 2022 · Article (25 mins)
Learn how to use the amazing features that come with the new Material Design 3 to create better-looking apps ...
more
Material You in Jetpack Compose
Learn how to use the amazing features that come with the new Material Design 3 to create better-looking apps with a more personal feel.
Android & Kotlin
Jetpack Compose Destinations
May 9 2022 · Article (20 mins)
In this tutorial, you’ll learn how to implement an effective navigation pattern with Jetpack Compose, in a wa...
more
Jetpack Compose Destinations
In this tutorial, you’ll learn how to implement an effective navigation pattern with Jetpack Compose, in a way that will work with different screen sizes, from phones to tablets.
Android & Kotlin
Managing State in Jetpack Compose
Apr 11 2022 · Article (30 mins)
Learn the differences between stateless and stateful composables and how state hoisting can help make your co...
more
Managing State in Jetpack Compose
Learn the differences between stateless and stateful composables and how state hoisting can help make your composables more reusable.
Android & Kotlin
Jetpack Compose Accessibility: Getting Started
Feb 28 2022 · Article (30 mins)
Almost everyone will experience a disability that impacts their ability to use a mobile phone at some point i...
more
Jetpack Compose Accessibility: Getting Started
Almost everyone will experience a disability that impacts their ability to use a mobile phone at some point in their life. Adding accessibility features to your app will help broaden access to it.
In this tutorial, you’ll learn how to combine Jetpack Compose and the repository pattern, making your Android...
more
Repository Pattern with Jetpack Compose
In this tutorial, you’ll learn how to combine Jetpack Compose and the repository pattern, making your Android code easier to read and more maintainable.
Jetpack Compose is revolutionizing the way Android developers build Android
applications, so it’s no surpr...
more
Jetpack Compose Animations
Jetpack Compose is revolutionizing the way Android developers build Android
applications, so it’s no surprise that it’s also revolutionizing the ways Android
developers create animations! In this course, you’ll learn how to use Jetpack Compose
to make practical and visually pleasing animations. You’ll learn how to use simple animations
to control things like visibility while also using more complex animations to dazzle your users.
Android & Kotlin
Jetpack Compose by Tutorials — Updated for the Compose Beta!
May 7 2021 · Article (10 mins)
We’re excited to announce that we’ve updated Jetpack Compose by Tutorials for the beta version of the API!
Jetpack Compose by Tutorials — Updated for the Compose Beta!
We’re excited to announce that we’ve updated Jetpack Compose by Tutorials for the beta version of the API!
Android & Kotlin
Jetpack Compose Tutorial for Android: Getting Started
Nov 16 2020 · Article (30 mins)
In this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the...
more
Jetpack Compose Tutorial for Android: Getting Started
In this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the Android team by creating a cookbook app.