• Stars
    star
    18,503
  • Rank 1,330 (Top 0.03 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Official Jetpack Compose samples.

Jetpack Compose Samples

Jetpack Compose Samples

This repository contains a set of individual Android Studio projects to help you learn about Compose in Android. Each sample demonstrates different use cases, complexity levels and APIs.

For more information, please read the documentation.

πŸ’» Requirements

To try out these sample apps, you need to use Android Studio. You can clone this repository or import the project from Android Studio following the steps here.

🧬 Samples

Project

JetNews

A sample blog post viewer that demonstrates the use of Compose with a typical Material app and real-world architecture.

β€’ Medium complexity
β€’ Varied UI
β€’ Light & dark themes
β€’ Resource loading
β€’ UI Testing

> Browse

Jetnews sample demo

Jetchat

A sample chat app that focuses on UI state patterns and text input.

β€’ Low complexity
β€’ Material Design 3 theme and Material You dynamic color
β€’ Resource loading
β€’ Back button handling
β€’ Integration with Architecture Components: Navigation, Fragments, LiveData, ViewModel
β€’ Animation
β€’ UI Testing

> Browse

Jetchat sample demo

Jetsurvey

A sample survey app that showcases text input, validation and UI state management in Compose.

β€’ Low complexity
β€’ TextField and form validation
β€’ Snackbar implementation
β€’ Element reusability and styling
β€’ Various form elements

> Browse

Jetsurvey sample demo

Jetsnack

Jetsnack is a sample snack ordering app built with Compose.

β€’ Medium complexity
β€’ Custom design system
β€’ Custom layouts
β€’ Animation

> Browse

Jetsnack sample demo

Jetcaster

A sample podcast app that features a full-featured, Redux-style architecture and showcases dynamic themes.

β€’ Advanced sample
β€’ Dynamic theming using podcast artwork
β€’ Image fetching
β€’ WindowInsets support
β€’ Coroutines
β€’ Local storage with Room

> Browse

Jetcaster sample demo

Rally

A Compose implementation of the Rally Material study, a financial app that focuses on data, charts, reusability and animations.

β€’ Low complexity
β€’ Material theming with a dark-only theme
β€’ Custom layouts and reusable elements
β€’ Charts and tables
β€’ Animations
β€’ Screenshot tests

> Browse

Rally sample demo

Crane

A Compose implementation of the Crane Material study, a travel app that uses Material Design components and Material Theming to create a personalized, on-brand experience.

β€’ Medium complexity
β€’ Draggable UI elements
β€’ UI state handling
β€’ UI Tests

> Browse

Crane sample demo

Owl

A Compose implementation of the Owl Material study. The Owl brand uses bold color, shape, and typography to express its brand attributes: energy, daring, and fun.

β€’ Medium complexity
β€’ Material theming & light/dark themes
β€’ Custom layout
β€’ Animation

> Browse

Owl sample demo

Reply

A compose implementation of the Reply material study, an email client app that focuses on adaptive design for mobile, tablets and foldables. It also showcases brand new Material design 3 theming, dynamic colors and navigation components.

β€’ Medium complexity
β€’ Adaptive UI for phones, tablet and desktops
β€’ Foldable support
β€’ Material 3 theming & Components
β€’ Dynamic colors and Light/Dark theme support

> Browse

Reply sample demo

JetLagged

A sample sleep tracker app, showcasing how to create custom layouts and graphics in Compose

β€’ Custom Layouts
β€’ Graphs with Paths

> Browse

JetLagged sample demo

🧬 Additional samples

Project

Now in Android

An app for keeping up to date with the latest news and developments in Android.

β€’ Jetpack Compose first app.
β€’ Implements the recommended Android Architecture Guidelines
β€’ Integrates Jetpack Libraries holistically in the context of a real world app


> Browse

Now In Android Github Repository

Material Catalog

A catalog of Material Design components and features available in Jetpack Compose. See how to implement them and how they look and behave on real devices.

β€’ Lives in AOSPβ€”always up to date
β€’ Uses the same samples as API reference docs
β€’ Theme picker to change Material Theming values at runtime
β€’ Links to guidelines, docs, source code, and issue tracker


> Browse on AOSP

Material Catalog sample demo

Sunflower

A gardening app illustrating Android development best practices with Android Jetpack. The compose branch is partially built with Jetpack Compose.

β€’ Compose working in an existing app: including integration with strings, resources, and themes and styles
β€’ Integration with an existing architecture based on Jetpack libraries
β€’ CollapsingToolbarLayout behavior implemented manually with Compose
β€’ Showing Snackbars with Compose

> Browse

Sunflower sample demo

High level features

Looking for a sample that has the following features?

Custom Layouts

Theming

Animations

Text

Large Screens

TV

Wear

Formatting

To automatically format all samples: Run ./scripts/format.sh To check one sample for errors: Navigate to the sample folder and run ./gradlew --init-script buildscripts/init.gradle.kts spotlessCheck To format one sample: Navigate to the sample folder and run ./gradlew --init-script buildscripts/init.gradle.kts spotlessApply

Updates

To update dependencies to their new stable versions, run:

./scripts/updateDeps.sh

To make any other manual updates to dependencies (ie add a new dependency or set an alpha version), update the /scripts/libs.versions.toml file with changes, and then run duplicate_version_config.sh to propogate the changes to all other samples. You can also update the toml-updater-config.gradle file with changes that need to propogate to each sample.

License

Copyright 2022 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Kotlin
43,716
star
2

architecture-components-samples

Samples for Android Architecture Components.
Kotlin
23,227
star
3

sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
Kotlin
17,427
star
4

nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Kotlin
15,057
star
5

uamp

A sample audio app for Android
Kotlin
13,027
star
6

ndk-samples

Android NDK samples with Android Studio
C++
9,867
star
7

testing-samples

A collection of samples demonstrating different frameworks and techniques for automated testing
Java
9,091
star
8

android-ktx

A set of Kotlin extensions for Android app development.
7,493
star
9

topeka

A fun to play quiz that showcases material design on Android
Kotlin
5,171
star
10

views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Java
4,984
star
11

camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Kotlin
4,724
star
12

user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Kotlin
4,242
star
13

location-samples

Multiple samples showing the best practices in location APIs on Android.
Kotlin
2,693
star
14

animation-samples

Multiple samples showing the best practices in animation on Android.
Java
2,521
star
15

architecture-templates

2,427
star
16

play-billing-samples

Samples for Google Play In-app Billing
Kotlin
2,335
star
17

ndk

The Android Native Development Kit
1,870
star
18

gradle-recipes

Ready-to-use recipes for common build customizations that showcase the Android Gradle plugin's public APIs and DSL.
Kotlin
1,798
star
19

kotlin-guides

A set of guides for writing Kotlin for Android.
HTML
1,694
star
20

databinding-samples

Kotlin
1,658
star
21

connectivity-samples

Multiple samples showing the best practices in connectivity on Android.
Java
1,566
star
22

storage-samples

Multiple samples showing the best practices in storage APIs on Android.
Kotlin
1,480
star
23

codelab-android-compose

Kotlin
1,237
star
24

media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Java
1,220
star
25

performance-samples

Samples to show APIs and best practices in Performance on Android
Kotlin
1,168
star
26

android-test

An extensive framework for testing Android apps
Java
1,134
star
27

wear-os-samples

Multiple samples showing best practices in app and watch face development on Wear OS.
Kotlin
1,009
star
28

tv-samples

Multiple samples showing best practices in app development on Android TV.
Java
955
star
29

security-samples

Multiple samples showing the best practices in security APIs on Android.
Kotlin
914
star
30

platform-samples

A collection of samples of different Android OS platform APIs.
Kotlin
767
star
31

codelab-android-room-with-a-view

Java
742
star
32

android-studio-poet

Large Android projects generator
Kotlin
697
star
33

app-bundle-samples

Multiple samples showing the best practices in app bundles on Android.
C++
686
star
34

trackr

Kotlin
664
star
35

codelab-android-navigation

Kotlin
633
star
36

codelab-android-lifecycles

Java
626
star
37

permissions-samples

Multiple samples showing the best practices in permissions on Android.
Kotlin
587
star
38

codelab-kotlin-coroutines

Kotlin Coroutines codelab
Kotlin
543
star
39

codelab-android-workmanager

Kotlin
540
star
40

kotlin-multiplatform-samples

Samples showcasing the experimental Kotlin Multiplatform Jetpack libraries
Kotlin
524
star
41

codelab-android-paging

Jetpack Paging codelab
Kotlin
488
star
42

snippets

Main repository for snippets surfaced on developer.android.com.
Kotlin
476
star
43

codelab-constraint-layout

Constraint Layout Codelab
Java
470
star
44

enterprise-samples

Multiple samples showing the best practices in enterprise on Android.
Kotlin
381
star
45

codelab-android-hilt

Kotlin
337
star
46

renderscript-intrinsics-replacement-toolkit

Assembly
327
star
47

car-samples

Multiple samples showing best practices for car app development on both Android Auto and Android Automotive OS.
Java
305
star
48

graphics-samples

Multiple samples showing the best practices in graphics on Android.
Kotlin
297
star
49

input-samples

Multiple samples showing the best practices in input on Android.
Java
281
star
50

identity-samples

Multiple samples showing the best practices in identity on Android.
Kotlin
270
star
51

health-samples

Kotlin
223
star
52

codelab-android-datastore

Kotlin
216
star
53

renderscript-samples

Multiple samples showing renderscript best practices in Android.
C++
207
star
54

codelab-exoplayer-intro

Media Streaming with ExoPlayer codelab
Kotlin
204
star
55

games-samples

A collection of samples to discuss and showcase games in Android apps.
C++
181
star
56

codelab-mlkit-android

Kotlin
177
star
57

codelab-android-dagger

Kotlin
177
star
58

socialite

Kotlin
175
star
59

fit-samples

Multiple samples showing the best practices using the Fit APIs on Android.
Kotlin
150
star
60

sensors-samples

Multiple samples showing the best practices in sensors on Android.
Java
132
star
61

privacy-sandbox-samples

Kotlin
122
star
62

codelab-android-dynamic-features

Kotlin
117
star
63

project-replicator

This project contains a Gradle plugin and a small command-line app that allows replicating the structure of a given Gradle project.
Kotlin
115
star
64

codelab-android-accessibility

Basic Android Accessibility: making sure everyone can use what you create!
Java
109
star
65

android.github.io

HTML
106
star
66

codelab-android-databinding

Kotlin
100
star
67

codelab-android-dagger-to-hilt

Kotlin
92
star
68

codelab-while-in-use-location

Codelab:
Kotlin
78
star
69

codelab-fido2

Kotlin
77
star
70

security-certification-resources

Android Certification Tools
Java
77
star
71

codelab-android-network-security-config

Android Network Security Configuration codelab
Java
76
star
72

search-samples

Multiple samples demonstrating Search API usage in Android.
Kotlin
65
star
73

app-actions-samples

Samples demonstrating the use of App Actions
Kotlin
57
star
74

xAnd11

Kotlin
55
star
75

android-dev-challenge-compose

Template repository for the ADS22 Speed Challenge
Kotlin
51
star
76

tuningfork

Android Performance Tuner is a library to help developers measure frame rendering time across different devices and game stages. This plugin will help developers integrate Android Performance Tuner into their game.
C#
48
star
77

codelab-android-using-kotlin

Kotlin
48
star
78

codelab-biometric-login

Kotlin
46
star
79

people-messaging-codelab

Kotlin
44
star
80

midi-samples

Samples showing best practices for MIDI on Android.
Kotlin
40
star
81

codelab-android-wavemaker

Sample app which accompanies the "Making Waves" codelab - Part 1 Build a Synthesizer
C++
39
star
82

large-screen-codelabs

Kotlin
31
star
83

android-health-connect-codelab

Kotlin
30
star
84

codelab-slices-basic-codelab

Kotlin
28
star
85

gradle-declarative

Kotlin
25
star
86

codelab-activity_transitionapi

Codelab walks you through tracking activity transition changes (start/stop run, walk, idle, drive, etc.).
Java
23
star
87

codelab-android-foldable

Kotlin
20
star
88

codelab-compose-for-wear-os

Learn how you can apply your knowledge of Compose to Wear OS
Kotlin
19
star
89

codelab-complications-data-source

Exposing data to watch face Complications on Android Wear
Kotlin
19
star
90

neural-networks-samples

C++
19
star
91

rr

Android mirror of the rr debugger.
C++
18
star
92

packager-manager-samples

Multiple samples demonstrating Package Manager in Android.
Kotlin
17
star
93

add-adaptive-layouts

Kotlin
17
star
94

codelab-android-performance

Kotlin
17
star
95

deep-links

Kotlin
16
star
96

codelab-wear-tiles

Kotlin
16
star
97

privacy-codelab

Kotlin
15
star
98

car-codelabs

Kotlin
15
star
99

codelab-android-backup

Java
14
star
100

codelab-android-people

Kotlin
14
star