Top Resources to Learn Jetpack Compose ๐Ÿš€

ยท

2 min read

Since Jetpack Compose 1.0.0 (Android's native modern UI toolkit) is now stable and production-ready โฃ๏ธ So It's a great time to start learning Jetpack Compose. And the fun Fact is more than 2000 apps on the play store already started using Jetpack Compose including the Play store app too. So without wasting any time let me give you a list of awesome resources to master Jetpack Compose in no time. โฉ

1. Learn-Jetpack-Compose-By-Example

This awesome Github Repo contains different examples by which you can learn jetpack compose. From how to create an alert dialog in Compose to how to use view models and live data in Jetpack Compose it contains all the examples and code snippets to fulfill all your development needs.

2. Jetpack Compose Playground

Screenshot 2021-08-10 164729.png

This is a community-driven collection of Jetpack Compose documentation, tutorials with examples, and demos. This website contains info about everything you need to know to get started with Compose and also offers a list of projects and demos to give you a better understanding of how to get things done.

3. The Official Documentation

I always found Documentation boring but this time android team make an amazing effort and offers us a very interactive and structured way to learn Compose and we can track our progress too.๐Ÿ“ˆ

4. YouTube Playlist

Well we all know videos are a great way to learn something and youtube is the go-to choice for everyone So here are two great youtube playlists to level up your Composing Skills.

> Philipp Lackner's Playlist

This Playlist is great for understanding Core Topics and how to apply them

> CodingWithMitch's Playlist

The best way to learn a technology is by making projects in it and this playlist is about building a recipe app completely in Jetpack Compose. You will learn how to apply the concepts in real projects.

5. Compose CookBook

This Github Repo contains a Collection of all Jetpack Compose UI elements, Layouts, Widgets, and Demo screens and the best part is it even offer demo Ui clones of popular apps like Spotify, Gmail, Instagram etc.

6. Compose Catalog

Screenshot 2021-08-10 164332.png

Last but the Best one This website offers a variety of Amazing Apps build with Compose and libraries to speed up your development.

Tip: You can follow me on Instagram @coding.ms I daily upload useful tips, news, and code snippets about android development.

๐Ÿ”– Make sure to save this blog for later reads..!

Happy Composing ๐Ÿ’Ÿ

ย