-
Notifications
You must be signed in to change notification settings - Fork 205
Installation
qiibeta edited this page Oct 27, 2019
·
12 revisions
To include Scene in your project, add the following dependencies to your app's build.gradle file:
dependencies {
implementation 'com.bytedance.scene:scene:$latest_version'
implementation 'com.bytedance.scene:scene-ui:$latest_version'
implementation 'com.bytedance.scene:scene-shared-element-animation:$latest_version'
// Kotlin
implementation 'com.bytedance.scene:scene-ktx:$latest_version'
}
- Home
- Background
- Installation
- Basic
- NavigationScene
- GroupScene
- Navigation Animation
- Dialog
- Router
- Style
- State Save
- Architecture-Patterns
- Activity Compatibility
- Migrate Guide
- Benchmark (compare to Activity/Fragment)