Skip to content

Timeline View is a simple and highly customizable android library for creating shipment/order tracking, step progress indicators, etc.

License

Notifications You must be signed in to change notification settings

vipulasri/Timeline-View

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51526d3 · Feb 15, 2025
Jan 28, 2025
Feb 14, 2025
Jan 25, 2025
Feb 14, 2025
Feb 1, 2025
Feb 1, 2025
Jan 23, 2025
Feb 1, 2025
Feb 10, 2025
Jan 25, 2025
Feb 1, 2025
Feb 25, 2017
Dec 15, 2015
Feb 15, 2025
Jan 22, 2025

Repository files navigation

Maven Central AndroidWeekly Timeline View Android Arsenal

Timeline-View

Timeline View is a simple and highly customizable android library for creating visually appealing timeline-based UIs. It is perfect for use cases such as shipment/order tracking, step progress indicators, etc.

Vertical Horizontal Dashed Order Tracking

Quick Start

Maven Central

Add the dependency to your app's build.gradle:

Android View

dependencies {
    implementation("com.github.vipulasri:timelineview:${latest_version}")
}

Jetpack Compose

dependencies {
    implementation("com.github.vipulasri:timelineview-compose:${latest_version}")
}

Documentation

For comprehensive information about Timeline View, please look at the official documentation.

Who's using Timeline View?

Apps using Timeline-View, via AppBrain Stats

If you're using this library in your app and you'd like to list it here, Please let me know via email, pull requests or issues.

License

Copyright 2015-2025 Vipul Asri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.