bubble-scroll
An animating scroll bar
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- scroll_sample_gif.gif
- Contact.java
- Section.java
- ContactAdapter.java
- ContactScrollerAdapter.java
- MainActivity.java
- pic_01.jpg
- pic_02.jpg
- pic_03.jpg
- pic_04.jpg
- pic_05.jpg
- pic_06.jpg
- pic_07.jpg
- pic_08.jpg
- pic_09.jpg
- pic_10.jpg
- pic_11.jpg
- pic_12.jpg
- pic_13.jpg
- pic_14.jpg
- pic_15.jpg
- pic_16.jpg
- pic_17.jpg
- pic_18.jpg
- pic_19.jpg
- pic_20.jpg
- pic_21.jpg
- pic_22.jpg
- pic_23.jpg
- pic_24.jpg
- pic_25.jpg
- pic_26.jpg
- pic_27.jpg
- pic_28.jpg
- pic_29.jpg
- pic_30.jpg
- pic_31.jpg
- pic_32.jpg
- pic_33.jpg
- pic_34.jpg
- pic_35.jpg
- pic_36.jpg
- pic_37.jpg
- pic_38.jpg
- pic_39.jpg
- pic_40.jpg
- pic_41.jpg
- pic_42.jpg
- pic_43.jpg
- pic_44.jpg
- pic_45.jpg
- pic_46.jpg
- pic_47.jpg
- pic_48.jpg
- pic_49.jpg
- pic_50.jpg
- pic_51.jpg
- pic_52.jpg
- pic_53.jpg
- pic_54.jpg
- pic_55.jpg
- pic_56.jpg
- pic_57.jpg
- pic_58.jpg
- pic_59.jpg
- pic_60.jpg
- activity_main.xml
- view_contact.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- Geometry.java
- BubbleScroller.java
- ScrollerListener.java
- SectionScrollAdapter.java
- attrs.xml
- colors.xml
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/cdflynn/bubble-scroll
Downloads the entire project code from GitHub to your computer.
cd bubble-scroll
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.
./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)
