This is an example project that demonstrates how to create a parallax carousel with Jetpack Compose.
- Parallax scrolling effect.
- Jetpack Compose-based implementation.
- Demonstrates how to create a visually appealing carousel.
To use this example project, follow these steps:
- Clone this repository.
- Open the project in Android Studio.
- Build and run the app on an Android emulator or device.
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.
- Android Studio with Jetpack Compose support.
This project was inspired by the SwiftUI Parallax Carousel Scroll tutorial available at KavSoft.