Timeline-View
Timeline View is a simple and highly customizable android library for creating shipment/order tracking, step progress indicators, etc.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- publish-docs.yml
- publish.yml
- FUNDING.yml
- compose-custom-markers.png
- compose-simple-timeline.png
- compose-timeline-lazycolumn.png
- compose-timeline-with-content.png
- logo.png
- timeline-dashed.png
- timeline-horizontal.png
- timeline-order-tracking.png
- timeline-vertical.png
- overview.md
- recyclerview.md
- overview.md
- usage.md
- index.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- ComposeSampleActivity.kt
- ComposeSampleScreen.kt
- CustomMarkerTimeline.kt
- HorizontalTimeline.kt
- OrderTrackingTimeline.kt
- VerticalTimeline.kt
- DateTimeExtentions.kt
- ViewExtentions.kt
- OrderStatus.kt
- Orientation.kt
- TimelineAttributes.kt
- TimelineModel.kt
- OrderTrackingTimelineActivity.kt
- OrderTrackingTimelineAdapter.kt
- SimpleTimelineActivity.kt
- SimpleTimelineAdapter.kt
- BaseActivity.kt
- Theme.kt
- Type.kt
- VectorDrawableUtils.kt
- MainActivity.kt
- MainScreen.kt
- MainScreenUiEvents.kt
- TimelineApplication.kt
- bg_bottom_sheet.xml
- dropshadow.xml
- dropshadow_inverse.xml
- ic_marker.xml
- ic_marker_active.xml
- ic_marker_inactive.xml
- activity_basic_timeline.xml
- item_timeline.xml
- item_timeline_horizontal.xml
- menu_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- TimelineView.java
- Utils.java
- marker.xml
- attr.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle.properties
- proguard-rules.pro
- LineStyle.kt
- LineType.kt
- Timeline.kt
- TimelineDefaults.kt
- TimelineOrientation.kt
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle.properties
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- mkdocs.yml
- README.md
- settings.gradle
π Installation Guide
1. Get the code
git clone https://github.com/vipulasri/Timeline-View
Downloads the entire project code from GitHub to your computer.
cd Timeline-View
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)
