Google's powerful Android UI toolkit dominates Github, here's a guide to getting started

Google's powerful Android UI toolkit dominates Github, here's a guide to getting started

In 2019, Google publicly released a non-bundled toolkit at the I/O conference - Jetpack Compose, a modern toolkit for building native Android UI. The layout can be completed with only a small amount of code, and it can be written directly in Kotlin.

The Jetpack Compose toolkit is built around composable functions. These functions allow you to define the UI of your app by describing the shape of your app and the data it depends on, without having to worry about the specific construction process of the UI.

Recently, there is a project on Github that has been at the top of the list for many days. This project contains a set of separate Android Studio projects that can help you better learn Compose.

Currently, compose-samples has 2.7K stars on Github and 400 branches (Github address: https://github.com/android/compose-samples)

If you want to try out these sample apps, use the latest Canary version of Android Studio 4.2. Let's take a look at the examples:

Jetnews

This is a blog post viewer of medium complexity

Jetchat

This is a sample chat application with simple complexity, simple theme design, UI testing, animations, etc.

Jetsurvey

This is a survey app that demonstrates text input, validation, and UI state management in Compose at a simple level of complexity.

Jetsnack

This is a snack ordering app built with Compose. It is of medium complexity, involving system design, layout customization, etc.

Jetcaster

This is a podcast app with a fully functional Redux-style architecture and showcases dynamic theming.

In addition to the above application examples, there are also special applications such as Crane (travel application), Rally (financial application), Owl, etc. If you are interested in Compose, you must check out this project.

<<:  iPhone 12's 5G will launch with two technologies, the latter of which may not be popular

>>:  Learn these 7 tips to draw perfect icons

Recommend

How to prevent volcanic eruptions scientifically?

Follow Captain Da Shanzha Wan Revealed: Why was t...

The most complete! 40+ common terms that new media operators must know!

With the rise of various major accounts, the new ...

"China's Sky Eye", new news →

July 26, 2023 (Beijing time) National Key R&D...

From the fog, look at the weather

Produced by: Science Popularization China Author:...

Why can roosters crow on time? Does it have an alarm clock inside its body?

This question seems a bit ridiculous, because the...

I didn't sweat today, can I skip a shower? The answer is unexpected

It's really hot recently. As soon as I leave ...

Solve the iOS memory crash problem caused by Flutter

background If your Flutter version number is less...