https://github.com/vipulasri/Timeline-View
Timeline View is a simple and highly customizable android library for creating shipment/order tracking, step progress indicators, etc.
https://github.com/vipulasri/Timeline-View
android android-timeline compose jetpack-compose recyclerview timeline timelineview ui
Last synced: about 1 month ago
JSON representation
Timeline View is a simple and highly customizable android library for creating shipment/order tracking, step progress indicators, etc.
- Host: GitHub
- URL: https://github.com/vipulasri/Timeline-View
- Owner: vipulasri
- License: apache-2.0
- Created: 2015-12-15T14:55:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T18:54:23.000Z (2 months ago)
- Last Synced: 2025-03-14T10:16:20.203Z (about 1 month ago)
- Topics: android, android-timeline, compose, jetpack-compose, recyclerview, timeline, timelineview, ui
- Language: Java
- Homepage: https://vipulasri.github.io/Timeline-View/
- Size: 22.2 MB
- Stars: 3,853
- Watchers: 94
- Forks: 645
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - Timeline-View - Android Timeline View is used to display views like Tracking of shipment/order, steppers etc. (Libraries)
- awesome-github-android-ui - Timeline-View - 时间线视图库 (时间轴)
- awesome-list - vipulasri/Timeline-View - Timeline View is a simple and highly customizable android library for creating shipment/order tracking, step progress indicators, etc. (Java)
README
[](https://search.maven.org/search?q=g:%22com.github.vipulasri%22%20AND%20a:%22timelineview%22) [](https://androidweekly.net/issues/issue-395) [](https://www.appbrain.com/stats/libraries/details/timeline_view/timeline-view)
[](http://android-arsenal.com/details/1/2923)# 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
[](https://search.maven.org/search?q=g:%22com.github.vipulasri%22%20AND%20a:%22timelineview%22)
Add the dependency to your app's build.gradle:
#### Android View
```gradle
dependencies {
implementation("com.github.vipulasri:timelineview:${latest_version}")
}
```#### Jetpack Compose
```gradle
dependencies {
implementation("com.github.vipulasri:timelineview-compose:${latest_version}")
}
```## Documentation
For comprehensive information about Timeline View, please look at the **[official documentation](https://vipulasri.github.io/Timeline-View)**.
### Who's using Timeline View?[Apps using Timeline-View, via AppBrain Stats](https://www.appbrain.com/stats/libraries/details/timeline_view/timeline-view)
If you're using this library in your app and you'd like to list it here,
Please let me know via [email](mailto:me@vipulasri.com), [pull requests](https://github.com/vipulasri/Timeline-View/pulls) or [issues](https://github.com/vipulasri/Timeline-View/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 athttp://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.