simple-stack-compose-integration
[ABANDONED] Compose integration for Simple-Stack. Replaced by Navigation3 + Simple-Stack instead.
파일 탐색기
최종 버전 다운로드 (.zip)- BackstackCompose.kt
- BackstackHolderViewModel.kt
- ComposeBackstackStore.kt
- ComposeIntegrationCore.kt
- ComposeNavigator.kt
- StoreHolderViewModel.kt
- AndroidManifest.xml
- TestSuite.java
- build.gradle
- ExampleInstrumentedTest.kt
- CustomApplication.kt
- MainActivity.kt
- ModelExtensions.kt
- ComposeKey.kt
- Theme.kt
- DogDataSource.kt
- Dog.kt
- DogDetailKey.kt
- DogDetailScreen.kt
- DogListKey.kt
- DogListScreen.kt
- DogListViewModel.kt
- OptionalWrapper.kt
- ic_launcher_background.xml
- ic_launcher_foreground.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
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- ExampleInstrumentedTest.kt
- AuthenticationManager.kt
- ComposeKey.kt
- CustomApplication.kt
- MainActivity.kt
- ServiceProvider.kt
- LoginKey.kt
- LoginScreen.kt
- LoginViewModel.kt
- ProfileKey.kt
- ProfileScreen.kt
- ProfileViewModel.kt
- CreateLoginCredentialsKey.kt
- CreateLoginCredentialsScreen.kt
- EnterProfileDataKey.kt
- EnterProfileDataScreen.kt
- RegistrationViewModel.kt
- RxRelayUtils.kt
- Utils.kt
- ic_arrow_back_black_24dp.xml
- ic_launcher_background.xml
- ic_tag_faces_black_24dp.xml
- ic_launcher_foreground.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
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- ComposeKey.kt
- FirstNestedScreen.kt
- FirstScreen.kt
- MainActivity.kt
- SecondNestedScreen.kt
- SecondScreen.kt
- ThirdScreen.kt
- Utils.kt
- ic_launcher_background.xml
- ic_launcher_foreground.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
- proguard-rules.pro
- ExampleInstrumentedTest.kt
- ComposeKey.kt
- FirstScreen.kt
- MainActivity.kt
- SecondScreen.kt
- Utils.kt
- ic_launcher_background.xml
- ic_launcher_foreground.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
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- ComposeIntegrationServices.kt
- AndroidManifest.xml
- TestSuite.java
- build.gradle
- .codeclimate.yml
- .gitignore
- .jitpack.yml
- build.gradle
- CHANGELOG.md
- circle.yml
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Zhuinden/simple-stack-compose-integration
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd simple-stack-compose-integration
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
In newer projects, you need to also update the `settings.gradle` file's `dependencyResolutionManagement` block:
Gradle로 빌드를 진행합니다.
and then, add the dependency to your module's `build.gradle.kts` (or `build.gradle`):
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
