https://github.com/apter-tech/parallaxcarouselcompose
This is an example project that demonstrates how to create a parallax carousel with Jetpack Compose.
https://github.com/apter-tech/parallaxcarouselcompose
Last synced: about 1 year ago
JSON representation
This is an example project that demonstrates how to create a parallax carousel with Jetpack Compose.
- Host: GitHub
- URL: https://github.com/apter-tech/parallaxcarouselcompose
- Owner: apter-tech
- Created: 2023-09-01T10:56:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T11:44:16.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:51:10.898Z (about 1 year ago)
- Language: Kotlin
- Size: 7.73 MB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetpack Compose Parallax Carousel Example

This is an example project that demonstrates how to create a parallax carousel with Jetpack Compose.
## Features
- Parallax scrolling effect.
- Jetpack Compose-based implementation.
- Demonstrates how to create a visually appealing carousel.
## Usage
To use this example project, follow these steps:
1. Clone this repository.
2. Open the project in Android Studio.
3. Build and run the app on an Android emulator or device.
## How it Works
The project uses Jetpack Compose to create a parallax effect in a carousel of images. It demonstrates how to use Composable functions to build the user interface and apply the parallax effect to the images as the user scrolls.
## Requirements
- Android Studio with Jetpack Compose support.
## Acknowledgments
This project was inspired by the SwiftUI Parallax Carousel Scroll tutorial available at [KavSoft](https://github.com/kenfai/KavSoft-Tutorials-iOS/tree/main/ParallaxCarousel).