Utwórz przykłady
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
- Warstwa interfejsu w architekturze Androida
- Architektura Androida
- Nawigacja w Jetpack Compose
- Produkcja stanu w interfejsie Androida
- Testowanie w Androidzie
- Architektura i stan w Jetpack Compose
- Zdarzenia w interfejsie w architekturze Androida
- Zmienne stanów interfejsu Androida
- Warstwa danych w architekturze Androida
- Testowanie w 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
- Urządzenia do noszenia z Androidem
- 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
- Układy w 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
- Warstwa interfejsu w architekturze Androida
- Systemy projektowania w Jetpack Compose
- Animacja w 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
- Warstwa interfejsu w architekturze Androida
- Tekst w Jetpack Compose
- Produkcja stanu w interfejsie Androida
- Systemy projektowania w Jetpack Compose
- Architektura i stan w Jetpack Compose
- Animacja w Jetpack Compose
- Zdarzenia w interfejsie w architekturze Androida
- Android Compose
- Testowanie w 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
- Układy w Jetpack Compose
- Animacja w Jetpack Compose
- Grafika w 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
- Warstwa interfejsu w architekturze Androida
- Nawigacja w Jetpack Compose
- Produkcja stanu w interfejsie Androida
- Systemy projektowania w Jetpack Compose
- Układy w Jetpack Compose
- Architektura i stan w Jetpack Compose
- Android Compose
- Testowanie w 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
- Systemy projektowania w Jetpack Compose
- Układy w Jetpack Compose
- Animacja w 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
- Architektura i stan w Jetpack Compose
- Warstwa domeny w architekturze Androida
- Ułatwienia dostępu w Jetpack Compose
- Warstwa danych w architekturze Androida
- Warstwa interfejsu w architekturze Androida
- Animacja w Jetpack Compose
- Testowanie w Jetpack Compose
- Produkcja stanu w interfejsie Androida
- Architektura Androida
- Nawigacja w Jetpack Compose
- Zmienne stanów interfejsu Androida
- Testowanie w Androidzie
- Systemy projektowania w 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
- Urządzenia do noszenia z Androidem
- Java