π A curated list of awesome JetpackCompose libraries, projects, articles and resources.
See also: Android Developer Reference
- News/Updates
- Official documentation
- Articles
- Tools
- Libraries
- App Projects
- Compose Desktop Projects
- Videos
- Extras
- 15 January 2022 - ConstraintLayout for Compose 1.0.0 Released
- 4 August, 2021 - Compose Multiplatform in Alpha
- 28 July, 2021 - Jetpack Compose 1.0 Released!
- Jetpack Compose
- Jetpack Compose Codelabs
- Jetpack Compose Roadmap
- Jetpack Compose Release Notes
- ComposeCookBook
- Compose Academy - Jetpack Compose Reference
- Jetpack Compose App - Comparison of existing UI widgets and Jetpack Compose
- API Guidelines for Jetpack Compose
- Book: Jetpack Compose internals
- Jetpack Compose Collection
- recompose - A tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
- Jetpack Compose Playground
- Shot - Jetpack Compose screenshot testing tool
- Radiography - UI structure printer
- Showkase - Helps you organize, discover, search and visualize Jetpack Compose UI elements
- Jetpack Compose Twitter Bot - A Twitter Bot to get all updates about Jetpack Compose in your feed
- Diving into Jetpack Compose
- Android Jetpack Compose Review
- Understanding Jetpack Compose β part 1 of 2
- Under the hood of Jetpack Compose β part 2 of 2
- Code Simple Android Jetpack Compose Drawing App
- Android Jetpack Compose: Remember Made Easy
- Jetpack Compose Effect Handlers
- Introduction to the Compose Snapshot system
- The Story of My First A-ha Moment With Jetpack Compose
- remember { mutableStateOf() } β A cheat sheet
- Inside Jetpack Compose
- What is βdonut-hole skippingβ in Jetpack Compose?
- Supporting different screen sizes on Android with Jetpack Compose
- Cartographing Jetpack Compose: compiler and runtime
- Focus in Jetpack Compose
- Browsing Jetpack Compose samples
- Jetpack compose β Dependency injection with Dagger/HILT
- Jetpack Compose: MVVM State management in a simple way
- Jetpack Compose Tutorial for Android: Getting Started
- Migration to compose
- Helping You Understand The Syntax of Jetpack Compose
- Scoped recomposition in Jetpack Compose β what happens when state changes?
- Things you need to know before switching to Jetpack Compose
- Roadmap for Jetpack Compose
- 7 things you should know before using Jetpack Compose
- List of Compose modifiers
- Always provide a Modifier parameter
- Lessons learned when migrating my app to Jetpack Compose
- Building a Design System implementation using Jetpack Compose β Part1 (Theme)
- Building a Design System implementation using Jetpack Compose β Part2 (Component)
- How to create realistic UI with Jetpack Compose(Part II)
- Jetpack Compose: Styles and Themes (Part II)
- Create a truly custom theme in Jetpack Compose
- How to create a truly custom theme in Jetpack Compose
- Jetpack Compose: Theme and Typography
Libraries
- Modo - Navigation library based on UDF principles
- compose-navigation-reimagined - A small and simple, yet fully fledged and customizable navigation library for Jetpack Compose
- compose-destinations - Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
- compose-router - Routing functionality for Jetpack Compose with back stack
Articles
- Android Jetpack Compose: Navigation
- Jetpack Compose: Navigation
- Passing multi typed data between screens with Jetpack Compose navigation component
- Passing string typed data with Jetpack Compose navigation component
- Jetpack Compose: Navigating to a Detail View (Part III)
- Handling back presses in Jetpack Compose
- Nested Navigation Graphs in Jetpack Compose
- Passing Parcelable / Serializable and Other Data in Jetpack Compose Navigation
- Jetpack Compose: An easy way to RecyclerView (Part I)
- Learn with code: Jetpack Compose β Lists and Pagination (Part 1)
- Expandable lists in Jetpack Compose
- StaggeredVerticalGrid of Android Jetpack Compose
- RecyclerView and LazyColumnFor in Jetpack Compose
- List animations in Compose: Add an item
- List animations in Compose: Swipe to delete
- List animations in Compose: Drag to reorder
- Jetpack Compose: Building Grids
- How to master Swipeable and NestedScroll modifiers in Jetpack Compose
- Basic Drag-n-Drop in Jetpack Compose
- Infinite LazyColumn in Jetpack Compose
- Intro to animations with Jetpack Compose
- Jetpack Compose Animations Tutorial: Getting Started
- Building an exploding FAB transition with Jetpack Compose
- How to animate BottomSheet content using Jetpack Compose
- Creating a rotating card in Jetpack Compose
- Animate with Jetpack Compose: Animate as State and Animation Specs
- Android Jetpack Compose: Animation Spec Made Easy
- Jetpack Compose β Reveal effect
- Animations in Jetpack Compose with examples
- Intro showcase view in Jetpack Compose β Android
- Jetpack Compose Interop Part 1
- Jetpack Compose Interop Part 2
- Jetpack Compose View & Android View Comparison
- Adopting Jetpack Compose with Interop API
- Jetpack Compose navigation architecture with ViewModels
- ViewModels using Compose: MutableStateFlows or MutableStates?
- Better handling states between ViewModel and Composable
- Dagger 2 and Jetpack Compose Integration
- Jetpack Compose Side-Effects β LaunchedEffect
- Jetpack Compose Side-Effects II β rememberCoroutineScope
- Jetpack Compose Side-Effects IIIβ rememberUpdatedState
- Custom Weekly Schedule Layout with Jetpack Compose - Part 1
- Custom Weekly Schedule Layout with Jetpack Compose - Part 2
- Using shapes in Jetpack Compose
- Drawing and painting in Jetpack Compose #1
- Emoji Slider in Jetpack Compose using Canvas API
- Getting our apps ready for JetPack Compose
- Modifiers
- Container
- Text
- Button
- Switch
- Stack
- Border
- Row & Column
- Column
- Padding modifier
- Arrangement
- Radio Group
- Radio Button
- Card
- Snackbar
@Preview
annotation- Android View
- Floating Action Button
- Modal Drawer Layout
- TopAppBar
- Supporting different screen sizes on Android with Jetpack Compose
- Measuring Render Performance with Jetpack Compose
- Understanding re-composition in Jetpack Compose with a case study
- Jetpack Compose: Preview
- accompanist - A collection of extension libraries for Jetpack Compose
- Landscapist - image loading uding Glide, Coil, Fresco
- compose-icons - Open Source icon packs for Jetpack Compose including Font Awesome, Simple Icons, Feather and more.
- compose-backstack - Simple composable for rendering transitions between backstacks.
- lyricist - The missing I18N/L10N (internationalization/localization) library for Jetpack Compose!
- compose-markdown - Markdown Text for Android Jetpack Compose
- snapper - A snapping fling behavior for Jetpack Compose
- neumorphic-compose - Neumorphism UI with Jetpack Compose. Just add simple
neumorphic()
modifier. - compose-richtext - A collection of Compose libraries for advanced text formatting.
- compose-ratingbar - Ratingbar for Jetpack Compose.
- tehras/charts - simple Android compose charts.
- info-bar-compose - Display Snackbar-style messages, the easy way.
- shimmer - Shimmer effect
- compose-sliders - Custom Sliders (previously known as SeekBar) for jetpack compose
- Dark-Toggle-Button-Sample-Jetpack-Compose (+50 β) - Animated dark mode toggle button with Jetpack Compose.
- Collection of UIs and Animations built with Jetpack Compose for Android - Collection of UIs and Animations built with Jetpack Compose for Android
- Konfetti - Easily celebrate little and big moments in your app with this lightweight confetti particle system π
- heart-switch - β€οΈ A heart-shaped toggle switch component for Jetpack Compose
- ProgressButton - SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive.
- SwipeAbleViews - SSJetpackComposeSwipeableView is a small library which provides support for the swipeable views. You can use this in your lazyColumns or can add a simple view which contains swipe to edit/delete functionality.
- π Dropdown - A Powerful and customizable Jetpack Compose dropdown menu with cascade and animations
- compose-router - Routing functionality for Jetpack Compose with back stack voyager - A pragmatic navigation library for Jetpack Compose
- multinavcompose - Android multi-module navigation built on top of Jetpack Navigation Compose
- compose-backstack - Simple composable for rendering transitions between backstacks.
- Jetpack Compose Samples (+10.5K β) - Official repository with samples by Google
- sunflower (+15.3K β) - Sample app by Google
- Learn-Jetpack-Compose-By-Example (+2.1K β)
- Jetpack Compose Playground (+1.9K β)
- ComposeAcademy-Playground (+791 β)
- JetInstagram (+499 β) - Instagram clone app built with Jetpack Compose
- JetpackComposeCalculator (+272 β)
- flux (+335 β) - A fake weather app
- JetQuotes (+363 β) - A Quotes Application
- android-2048-compose (+255 β) - 2048 implemented using Jetpack Compose
- DinoCompose (+198 β) - Chrome's Dino T-Rex game developed in Jetpack Compose
- JetExample (+192 β) - Jetpack Compose UI components examples
- Wiggles (+256 β) - Beautiful Puppy adoption app with Jetpack Compose
- Facebook-Timeline-Compose-Android (+119 β)
- compose-schedule-calendar (+142 β) - Demo app for a horizontal schedule(event) calendar
- jetpuppy (+55 β) - Jetpuppy is a puppy adoption app using Jetpack Compose UI.
- Cheddar (+70 β) - Hacker News reader
- jetpack-compose-samples (+18 β) - Repository with collection of many compose samples.
- jettimer (+26 β) - Timer app clone built with Jetpack Compose and Hilt
- Rebound (+7 β) - Highly customizable and feature rich workout log app.
- Intro Showcase View (+15 β) - An android library to highlight different features of the app built using Jetpack Compose.
- Jetpack-compose-animations-examples (+4 β) - Cool animations implemented with Jetpack Compose.
- ComposeCookbook (+139 β) - A Collection of major Jetpack compose UI components which are commonly used.
- Compose JB - Jetpack Compose for Desktop and Web
- ComposeSlackDesktop - A Slack demo app for desktop using Jetpack Compose
- Leland Richardson's channel about Compose
- Compose by example
- Thinking in Compose
- Compose for existing apps
- What's new in Compose Design Tools
- Jetpack-Compose-Playground - Community-driven collection of Jetpack Compose example code and tutorials π
- Compose Modifiers Playground
Support it by joining stargazers for this repository. β