Material_3_Expressive_List

(★ 21)

A curated collection of modern, expressive UI components built with Jetpack Compose and Material 3.

오너의 다른 레포

ImagePickerAndroid ★ 58

🏞 Image and Video Picker library for Android that supports Base64 for images and is compatible with both Layouts and Jetpack Compose.

Kotlin
Pokedex_Compose ★ 32

A modern Pokédex app for Android built with the latest technologies recommended by Google. This project showcases a clean, scalable architecture and a fluid user interface using Jetpack Compose.

Kotlin
Ink_Api_Compose ★ 26

This open-source project tests the new Google Ink API with an example for drawing, offering options to select colors, erase part of the drawing or clear the entire drawing. It also includes functionality to convert the stroke to a bitmap and to save and load the stroke using a Room database.

Kotlin
Live_Update_Notifcation_Android ★ 16

This repository provides a working example of implementing Live Update Notifications on Android 16 ( Android U). It demonstrates how to leverage both Firebase Cloud Messaging (FCM) and local notifications to deliver rich, timely updates to the user.

Kotlin
PercentagesWithAnimationCompose ★ 15

This library is designed to provide developers with an easy way to implement percentages with custom Compose views and animations, including linear, circular, circle, gradient circle and wave percentages

Kotlin
SampleForegroundService ★ 12

This sample project demonstrates the setup for a foreground service. The service in this project is a foreground service used to request location. The required permissions depend on the type of foreground service.

Kotlin

파일 탐색기

  • .gitignore
  • build.gradle.kts
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
  • README.md
  • settings.gradle.kts

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

# 프로젝트 배지

// repository documentation