Componi esempi
Now in Android
Architecture
These samples showcase different architectural approaches to developing Android apps. In its different branches you'll find the same app (a TODO app) implemented with small differences. In this branch you'll find: User Interface built with Jetpack
- Livello UI dell'architettura Android
- Architettura Android
- Navigazione su Jetpack Compose
- Produzione stato UI Android
- Test di Android
- Architettura e stato di Jetpack Compose
- Eventi UI di dell'architettura Android
- Contenitori di stato UI Android
- Livello dati dell'architettura Android
- Test per Jetpack Compose
- Kotlin
Compose for Wear OS Starter
Demonstrates a simple "Hello, World" starter project for using Compose with Wear OS.
- setContent
- background
- Arrangement
- Column
- fillMaxSize
- fillMaxWidth
- Composable
- Modifier
- stringResource
- TextAlign
- Preview
- ExperimentalWearMaterialApi
- MaterialTheme
- Text
- Indossabili Android
- Kotlin
Google Generative AI Sample for Android (Kotlin)
This Android sample app demonstrates how to use state-of-the-art generative AI models (like Gemini) to build AI-powered features and applications. To try out this sample app, you need to use latest stable version of Android Studio. However, if you
- Composable
- Layout per Jetpack Compose
- Kotlin
Jetcaster sample 🎙️
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
- Composable
- Livello UI dell'architettura Android
- Sistemi di progettazione con Jetpack Compose
- Animazione per Jetpack Compose
- Android Compose
- Kotlin
Jetchat sample
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
- Composable
- Livello UI dell'architettura Android
- Testo per Jetpack Compose
- Produzione stato UI Android
- Sistemi di progettazione con Jetpack Compose
- Architettura e stato di Jetpack Compose
- Animazione per Jetpack Compose
- Eventi UI di dell'architettura Android
- Android Compose
- Test per Jetpack Compose
- Kotlin
JetLagged sample
JetLagged is a sample sleep tracking 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
- Composable
- Layout per Jetpack Compose
- Animazione per Jetpack Compose
- Elementi grafici per Jetpack Compose
- Kotlin
Jetnews sample
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
- Composable
- Livello UI dell'architettura Android
- Navigazione su Jetpack Compose
- Produzione stato UI Android
- Sistemi di progettazione con Jetpack Compose
- Layout per Jetpack Compose
- Architettura e stato di Jetpack Compose
- Android Compose
- Test per Jetpack Compose
- Kotlin
Jetsnack sample
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
- Composable
- Sistemi di progettazione con Jetpack Compose
- Layout per Jetpack Compose
- Animazione per Jetpack Compose
- Android Compose
- Kotlin
Now in Android App
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 functional
- Architettura e stato di Jetpack Compose
- Livello dominio dell'architettura Android
- Accessibilità di Jetpack Compose
- Livello dati dell'architettura Android
- Livello UI dell'architettura Android
- Animazione per Jetpack Compose
- Test per Jetpack Compose
- Produzione stato UI Android
- Architettura Android
- Navigazione su Jetpack Compose
- Contenitori di stato UI Android
- Test di Android
- Sistemi di progettazione con Jetpack Compose
- Kotlin
WearSpeaker
A sample that shows how you can record voice using the microphone on a wearable and play the recorded voice, if the wearable device is connected to a speaker (bluetooth or built-in). If you want to learn how to play media content on Wear OS, refer to
- AudioTrack
- AudioRecord
- Indossabili Android
- Java