An open API service indexing awesome lists of open source software.

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.

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).