Compose를 사용하여 UI를 만드는 방법을 보여주는 작업 샘플
추천
Now in Android는 완전한 기능을 갖춘 Android 앱으로 Kotlin과 Jetpack Compose로 빌드되었습니다. 이 앱은 Android 설계 및 개발 권장사항을 모델링하며 개발자에게 유용한 참고 자료가 되도록 설계되었습니다.

필터링 기준

등급

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

  • Android 아키텍처 UI 레이어
  • Android 아키텍처
  • Jetpack Compose 탐색
  • Android UI 상태 생성
  • Android 테스트
  • Jetpack Compose 아키텍처 및 상태
  • Android 아키텍처 UI 이벤트
  • Android UI 상태 홀더
  • Android 아키텍처 데이터 레이어
  • Jetpack Compose 테스트
  • Kotlin
중급

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
  • 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
  • Jetpack Compose 레이아웃
  • Kotlin
중급

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
  • Android 아키텍처 UI 레이어
  • Jetpack Compose 디자인 시스템
  • Jetpack Compose 애니메이션
  • Android Compose
  • Kotlin
고급

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
  • Android 아키텍처 UI 레이어
  • Jetpack Compose 텍스트
  • Android UI 상태 생성
  • Jetpack Compose 디자인 시스템
  • Jetpack Compose 아키텍처 및 상태
  • Jetpack Compose 애니메이션
  • Android 아키텍처 UI 이벤트
  • Android Compose
  • Jetpack Compose 테스트
  • Kotlin
초급

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
  • Jetpack Compose 레이아웃
  • Jetpack Compose 애니메이션
  • Jetpack Compose 그래픽
  • Kotlin
고급

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
  • Android 아키텍처 UI 레이어
  • Jetpack Compose 탐색
  • Android UI 상태 생성
  • Jetpack Compose 디자인 시스템
  • Jetpack Compose 레이아웃
  • Jetpack Compose 아키텍처 및 상태
  • Android Compose
  • Jetpack Compose 테스트
  • Kotlin
중급

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
  • Jetpack Compose 디자인 시스템
  • Jetpack Compose 레이아웃
  • Jetpack Compose 애니메이션
  • Android Compose
  • Kotlin
고급

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

  • Jetpack Compose 아키텍처 및 상태
  • Android 아키텍처 도메인 레이어
  • Jetpack Compose 접근성
  • Android 아키텍처 데이터 레이어
  • Android 아키텍처 UI 레이어
  • Jetpack Compose 애니메이션
  • Jetpack Compose 테스트
  • Android UI 상태 생성
  • Android 아키텍처
  • Jetpack Compose 탐색
  • Android UI 상태 홀더
  • Android 테스트
  • Jetpack Compose 디자인 시스템
  • Kotlin
고급

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
  • Android 웨어러블 기기
  • 자바
중급