alexstyl / awesome-jetpack-compose-learning-resources

๐Ÿ‘“ A continuously updated list of learning Jetpack Compose for Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Jetpack Compose Learning Resources


๐Ÿ‘“ A continuously updated list of learning Jetpack Compose for Android apps.


Android Language Badge Kotlin Language Badge androiddevnotes GitHub badge


jetpack compose androiddevnotes logo


Awesome Jetpack Compose Learning Resources aims to be your starting point to find the finest learning content for Jetpack Compose suites of libraries.

Content in languages other than English is tagged according to ISO 639-2 codes.

Contents

๐Ÿ“ Contributing

๐ŸŒฑ Contributors

Docs, Codelabs and Official Projects

Docs

Codelabs

  • Testing in Jetpack Compose - In this codelab you'll learn about testing UIs created with Jetpack Compose. You will write your first tests while learning about testing in isolation, debugging tests, semantics trees and synchronization.

  • Jetpack Compose Navigation - Use the Jetpack Navigation component to navigate between screens in Jetpack Compose.

  • Compose Animation - In this codelab, you will learn how to use some Animation APIs in Jetpack Compose.

  • Jetpack Compose basics - In this codelab, you will learn * What Compose is * How to build UIs with Compose * How to manage state in composable functions * Data flow principles in Compose.

  • Migrating to Jetpack Compose - In this codelab, you'll be migrating parts of the Sunflower's plant details screen to Compose. We created a copy of the project for you to try out migrating a realistic app to Compose.๐Ÿ‰

  • Layouts in Jetpack Compose - In this codelab, you'll learn how to use Compose's highest level of UI abstraction, Material Design, as well as low-level composables like Layout that allows you to measure and place elements on the screen

  • Jetpack Compose Theming - In this codelab you will learn how to use Jetpack Compose's theming APIs to style your application. We'll see how to customize colors, shapes and typography so that they're used consistently throughout your application, supporting multiple themes such as light & dark theme.

  • Using State in Jetpack Compose - In this codelab you'll learn about the state and how it can be used and manipulated by Jetpack Compose.

  • Accessibility in Jetpack Compose - In this codelab you will learn how to use Jetpack Compose to improve your app's accessibility. We will walk through several common use cases and improve a sample app step by step. We will cover touch target sizes, content descriptions, click labels, and more.

  • Advanced state and side effects in Jetpack Compose - In this codelab you will learn advanced concepts related to State and Side Effects APIs in Jetpack Compose. We'll see how to create a state holder for stateful composables whose logic isn't trivial, how to create coroutines and call suspend functions from Compose code, and how to trigger side effects to accomplish different use cases.

Official Projects

Resources

Articles and Tutorials

Slides


Composables under the hood



Migrating Your Design System to Jetpack Compose



Compose โค๏ธ Dino: Building Chromeโ€™s T-Rex Game in Jetpack Compose - Kotlin Mumba



360|AnDev 2020: Learning Jetpack Compose By Example



Letโ€™s build an Android UI with Jetpack Compose by Alex Zhukovich



Jetpack Compose ใฉใ†ใชใฎ๏ผŸ๏ผˆAndroid Dev Summit 2019ๅ ฑๅ‘Šไผš๏ผ‰by Yuki Anzai



MVI with Jetpack Compose by Luca Nicoletti



React, Meet Compose by Leland Richardson



Jetpack Compose โ€” Next Gen Kotlin UI Toolkit for Android



Jetpack Compose by TakuSemba



SSComposeCookBook: A Collection of major Jetpack compose UI components which are commonly used.


Talks, Conferences, and Interviews


Thinking in Compose


  • Compose by example [Aug 26, 2020] - Weโ€™ll walk through examples of theming, animation, layout, and more, demonstrating how to customize and combine components to build real UIs.

Compose by example


  • Compose for existing apps [Aug 26, 2020] - In this talk, you'll learn how to do that! We'll cover topics such as: adding Compose to your existing Views and embedding Views in Compose, using your existing View theme and current app architecture in Compose, testing all of that code, and much more.

Compose for existing apps



What's new in Compose Design Tools


  • Jetpack Compose [Jun 10, 2020] - We outline our roadmap, what is ready for use right now, share our direction in areas that are still evolving, and show how the tight integration with tooling makes the development experience even better.

Jetpack Compose



#AskAndroid at Android Dev Summit 2019 - Jetpack Compose


  • Building Jetpack Compose [Oct 23, 2019] - Come behind the scenes with the Jetpack Compose team to hear about the motivations for the project and how Compose simplifies and accelerates UI development on Android.

Building Jetpack Compose



Understanding Compose (Android Dev Summit '19)


  • What's New in Jetpack Compose (Android Dev Summit '19) [OCt 23, 2019] - This talk introduces Compose to new audiences, including what the project is and how it is taking shape. The talk also updates people who already know about Jetpack Compose, including how the project has evolved.

What's New in Jetpack Compose (Android Dev Summit '19)


  • Chain React 2019 - Leland Richardson - React, Meet Compose [Jul 31, 2019] - Jetpack Compose is a new declarative UI framework that is being developed in the open for Android. It has a very similar programming model to React, and this talk will dive deep into the internals of both to explain the similarities and differences in the architectures of both, and how React Native might be able to leverage some of this technology long term

Chain React 2019 - Leland Richardson - React, Meet Compose


  • Declarative UI Patterns (Google I/O'19) [May 8, 2019] - Explore how reactive and declarative paradigms can be applied to Android UI development, making it easier for developers to integrate these patterns into their Android apps with Kotlin.

Declarative UI Patterns (Google I/O'19)



Let's build Android UI with Jetpack Compose by Alex Zhukovich, Takeaway.com EN



Jetpack Compose - Next Gen Kotlin UI Toolkit for Android - Bengaluru, June 22, 2019



All about Jetpack Compose



Google I/O'19 - Chet Haase Interview on Jetpack Compose



Codelab - Art of Jetpack Compose - Wajahat Karim - 360|AnDev 2020



Romain Guy - Android Q, UX and Jetpack Compose - Ray Wenderlich Podcast - S9, E9



Letโ€™s build an Android UI with Jetpack Compose (Mobile Twente & JUG Lodz meetups)


Videos


Morning Minimise - Live Streams: Jetpack Compose Playlist on YouTube by hitherejoe_dev



Android Jetpack Compose Tutorial - A modern toolkit for building native Android UI


  • Daniel Montoya Ramos - Android Jetpack Compose - Daniel will show a new way of building UI's in Android using Jetpack Compose, comparing Imperative vs Declarative approaches. He'll look at managing state changes and composing functions.

Daniel Montoya Ramos - Android Jetpack Compose



Yet Another Dev - Jetpack compose playlist





Stable Inference - Compose Compiler - Ep 01





Philipp Lackner - Jetpack Compose Playlist

Twitch Channels

[EN]

Books

  • EXPLORING JETPACK COMPOSE by Joe Birch [NOT PUBLISHED YET] - Iโ€™m currently writing a book, โ€œExploring Jetpack Composeโ€, where Iโ€™ll be diving into the different components that are available within the Compose APIs.

Apps

Podcasts

Twitter Threads

Communities

FAQ on Jetpack Compose

๐Ÿ“ Contributing

See contributing.md

๐ŸŒฑ Contributors

Thank you to all the contributors!

See AUTHORS

๐Ÿ’ป Find us on

About

๐Ÿ‘“ A continuously updated list of learning Jetpack Compose for Android apps.


Languages

Language:Kotlin 100.0%