Jetpack Compose, bir tasarım sistemini uygulamayı kolaylaştırır ve müşterilerinize tema, bileşen ve diğer öğelerle tutarlı bir görünüm ve tarz oluşturun.
Aşağıdaki sayfalarda, tasarım sisteminizin nasıl tasarlanacağı ve uygulanacağıyla ilgili ayrıntılar verilmektedir:
- Materyal Tasarım 3: Compose'un Material You yaklaşımıyla nasıl uygulayacağınızı öğrenin. Materyal Tasarım 3 uygulama.
- Materyal 2'den Materyal 3'e geçiş: Uygulamanızı Compose'da Materyal Tasarım 2'den Materyal Tasarım 3'e.
- Özel tasarım sistemleri: Compose'da özel tasarım sistemini nasıl uygulayacağınızı ve mevcut Materyal Tasarım bileşenlerini bu amaç için nasıl uyarlayacağınızı öğrenin.
- Bir temanın anatomisi: Kullanılan alt düzey yapılar ve API'ler hakkında bilgi edinin
MaterialTheme
ve özel tasarım sistemleri. - XML temalarını Compose'a taşıma: Görünümü temel alan XML temalarınızı Compose'a nasıl taşıyacağınızı öğrenin.
Örnekler
Aşağıdaki örneklerde Jetpack Compose'daki tasarım sistemleri gösterilmektedir:
Jetcaster is a sample podcast app, built with Jetpack Compose. The goal of the sample is to showcase building with Compose across multiple form factors (mobile, TV, and Wear) and full featured architecture.
To try out this sample app, use the latest Jetnews is a sample news reading app, built with Jetpack Compose. The goal of the sample is to showcase the current UI capabilities of Compose.
To try out this sample app, use the latest stable version of Android Studio. You can clone this repository Jetsnack is a sample snack ordering app built with Jetpack Compose.
To try out this sample app, use the latest stable version of Android Studio. You can clone this repository or import the project from Android Studio following the steps here.
This Jetchat is a sample chat app built with Jetpack Compose.
To try out this sample app, use the latest stable version of Android Studio. You can clone this repository or import the project from Android Studio following the steps here.
This sample Learn how this app was designed and built in the design case study, architecture learning journey and modularization learning journey.
This is the repository for the Now in Android app. It is a work in progress 🚧.
Now in Android is a fully functionalJetcaster sample 🎙️
Jetnews sample
Jetsnack sample
Jetchat sample
Now in Android App