CarouselView
An android carousel library for RecyclerView
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- Project.xml
- .name
- gradle.xml
- misc.xml
- runConfigurations.xml
- vcs.xml
- ExampleInstrumentedTest.java
- CenteredCarouselActivity.kt
- ImageCarouselActivity.kt
- StartCarouselActivity.kt
- MainActivity.java
- boardwalk_by_the_ocean.jpg
- harry_potter.jpg
- i_am_legend.jpg
- ic_arrow_back_black_24dp.xml
- ic_arrow_forward_black_24dp.xml
- ic_launcher_background.xml
- image1.gif
- image2.gif
- image3.gif
- journal_and_coffee_at_table.jpg
- konosuba.jpg
- lord_of_ring.jpg
- mad_max.jpg
- naruto.jpg
- priates.jpg
- spirited.jpg
- tying_down_tent_fly.jpg
- ic_launcher_foreground.xml
- activity_centered_carousel.xml
- activity_image_carousel.xml
- activity_main.xml
- activity_start_carousel.xml
- center_carousel_item.xml
- examples_items.xml
- image_carousel_item.xml
- start_carousel_movies_item.xml
- start_carousel_trending_item.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- ExampleInstrumentedTest.java
- IndicatorAnimationType.java
- OffsetType.java
- CarouselItemDecoration.java
- CarouselLinearLayoutManager.java
- CarouselOffset.java
- CarouselScrollListener.java
- CarouselSnapHelper.java
- CarouselView.java
- CarouselViewAdapter.java
- CarouselViewListener.java
- view_carousel.xml
- attrs.xml
- colors.xml
- dimen.xml
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- consumer-rules.pro
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/jama5262/CarouselView
Downloads the entire project code from GitHub to your computer.
cd CarouselView
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
