Jetpack Compose Parallax Carousel Example

(https://www.linkedin.com/posts/shashankkatti20_jiocinema-activity-7201811121320697857-exTe?utm_source=share&utm_medium=member_desktop)

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.