Needs
:closed_umbrella: An easy way to implement modern permission instructions popup.
파일 탐색기
최종 버전 다운로드 (.zip)- Bug_report.md
- Feature_request.md
- android.yml
- CODEOWNERS
- FUNDING.yml
- pull_request_template.md
- DarkNeedsFactory.kt
- MainActivity.kt
- NeedsUtils.kt
- ic_launcher_background.xml
- icon.png
- ic_camera_alt_white_24dp.png
- ic_contacts_white_24dp.png
- ic_location_on_white_24dp.png
- ic_phone_white_24dp.png
- ic_sd_storage_white_24dp.png
- ic_sms_white_24dp.png
- ic_camera_alt_white_24dp.png
- ic_contacts_white_24dp.png
- ic_location_on_white_24dp.png
- ic_phone_white_24dp.png
- ic_sd_storage_white_24dp.png
- ic_sms_white_24dp.png
- ic_launcher_foreground.xml
- ic_camera_alt_white_24dp.png
- ic_contacts_white_24dp.png
- ic_location_on_white_24dp.png
- ic_phone_white_24dp.png
- ic_sd_storage_white_24dp.png
- ic_sms_white_24dp.png
- ic_camera_alt_white_24dp.png
- ic_contacts_white_24dp.png
- ic_location_on_white_24dp.png
- ic_phone_white_24dp.png
- ic_sd_storage_white_24dp.png
- ic_sms_white_24dp.png
- ic_camera_alt_white_24dp.png
- ic_contacts_white_24dp.png
- ic_location_on_white_24dp.png
- ic_phone_white_24dp.png
- ic_sd_storage_white_24dp.png
- ic_sms_white_24dp.png
- activity_main.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle-wrapper.jar
- gradle-wrapper.properties
- Dp.kt
- Sp.kt
- ActivityNeedsLazy.kt
- BulletForm.kt
- ContextExtension.kt
- FragmentNeedsLazy.kt
- Needs.kt
- NeedsAdapter.kt
- NeedsAnimation.kt
- NeedsExtension.kt
- NeedsItem.kt
- NeedsItemTheme.kt
- NeedsLazyExtension.kt
- NeedsPreferenceManager.kt
- NeedsTheme.kt
- OnConfirmListener.kt
- TextForm.kt
- TextViewExtension.kt
- ViewExtension.kt
- dispose_center.xml
- elastic_center.xml
- fade_in.xml
- fade_out.xml
- show_down_center.xml
- show_up_center.xml
- needs_library_item_needs.xml
- needs_library_layout_background.xml
- needs_library_layout_body.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- .gitignore
- build.gradle
- dependencies.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- publish.gradle
- README.md
- settings.gradle
- spotless.gradle
- spotless.license.kt
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/skydoves/Needs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Needs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
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)
