sunflower
View 기반 앱을 Jetpack Compose로 마이그레이션하는 안드로이드 개발 모범 사례를 보여주는 가드닝 앱.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.yml
- feature_request.yml
- pull_request_template.md
- gradlew_recursive.sh
- android.yml
- copy-branch.yml
- update_deps.yml
- ci-gradle.properties
- CODEOWNERS
- packaging.yaml
- google.xml
- profiles_settings.xml
- plants.json
- GardenTest.kt
- PlantDetailComposeTest.kt
- PlantListTest.kt
- GardenPlantingDaoTest.kt
- PlantDaoTest.kt
- LiveDataTestUtil.kt
- MainTestRunner.kt
- TestUtils.kt
- PlantDetailViewModelTest.kt
- SeedDatabaseWorkerTest.kt
- GardenActivityTest.kt
- MainCoroutineRule.kt
- apple.jpg
- plants.json
- UnsplashService.kt
- GalleryScreen.kt
- GardenScreen.kt
- HomeScreen.kt
- PlantDetailScroller.kt
- PlantDetailView.kt
- PlantListItemView.kt
- PlantListScreen.kt
- TextSnackbarContainer.kt
- Dimens.kt
- Modifiers.kt
- Screen.kt
- SunflowerApp.kt
- AppDatabase.kt
- Converters.kt
- GardenPlanting.kt
- GardenPlantingDao.kt
- GardenPlantingRepository.kt
- Plant.kt
- PlantAndGardenPlantings.kt
- PlantDao.kt
- PlantRepository.kt
- UnsplashPagingSource.kt
- UnsplashPhoto.kt
- UnsplashPhotoUrls.kt
- UnsplashRepository.kt
- UnsplashSearchResponse.kt
- UnsplashUser.kt
- DatabaseModule.kt
- NetworkModule.kt
- Color.kt
- Shapes.kt
- Theme.kt
- Type.kt
- Constants.kt
- GrowZoneUtil.kt
- GalleryViewModel.kt
- GardenPlantingListViewModel.kt
- PlantAndGardenPlantingsViewModel.kt
- PlantDetailViewModel.kt
- PlantListViewModel.kt
- SeedDatabaseWorker.kt
- GardenActivity.kt
- MainApplication.kt
- ic_filter_list_24dp.xml
- ic_launcher_background.xml
- ic_my_garden_active.xml
- ic_photo_library.xml
- ic_plant_list_active.xml
- item_plant_description.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- dimens.xml
- strings.xml
- themes.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- AndroidManifest.xml
- baseline-prof.txt
- ConvertersTest.kt
- GardenPlantingTest.kt
- PlantTest.kt
- CalendarMatcher.kt
- GrowZoneUtilTest.kt
- .gitignore
- build.gradle.kts
- proguard-rules-benchmark.pro
- proguard-rules.pro
- init.gradle.kts
- toml-updater-config.gradle
- MigrationJourney.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- BaselineProfileGenerator.kt
- PlantDetailBenchmarks.kt
- PlantListBenchmarks.kt
- StartupBenchmarks.kt
- Utils.kt
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- ic_launcher-web.png
- icon_background.png
- icon_foreground.png
- jetpack_donut.png
- phone_my_garden.png
- phone_plant_detail.png
- phone_plant_list.png
- screenshots.png
- sunflower.gif
- SunflowerM3Screenshots.png
- .gitignore
- ASSETS_LICENSE
- build.gradle.kts
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/android/sunflower
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sunflower
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
