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.
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.
In this tutorial, you’ll build beautiful animations with Jetpack Compose Animations, and discover the API tha...
more
Jetpack Compose Animations Tutorial: Getting Started
In this tutorial, you’ll build beautiful animations with Jetpack Compose Animations, and discover the API that lets you build these animations easily.
Android & Kotlin
Jetpack Compose Tutorial for Android: Getting Started
Jan 15 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.
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 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
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
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
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
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
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
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
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
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.
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!
Multiple Domains
Jetpack Compose with Denis Buketa – Podcast S10 E13
Aug 12 2020 · Article (1 min)
On this episode, Denis gives us a deeper dive into Jetpack Compose. Later Alex and I will talk about Season 1...
more
Jetpack Compose with Denis Buketa – Podcast S10 E13
On this episode, Denis gives us a deeper dive into Jetpack Compose. Later Alex and I will talk about Season 10 and how you could help with Season 11.
Archive
Dean Djermanović - Building UIs in Android using Jetpack Compose
Jul 13 2020 · Screencast (39 mins)
In this talk, learn what Compose is and how it's different from the present Android framework. You wil...
more
Dean Djermanović - Building UIs in Android using Jetpack Compose
In this talk, learn what Compose is and how it's different from the present Android framework. You will also see examples of how to use Compose to build Android application UI.
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.