All Projects → Repsly → TimelineView

Repsly / TimelineView

Licence: other
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to TimelineView

TimelineView
A customizable and easy-to-use Timeline View library for Android. Works as a RecyclerView decorator (ItemDecoration)
Stars: ✭ 169 (+838.89%)
Mutual labels:  timeline, view
Materialtimelineview
With MaterialTimelineView you can easily create a material looking timeline.
Stars: ✭ 443 (+2361.11%)
Mutual labels:  timeline, view
VideoTimelineView
Video timeline UI for iOS Apps
Stars: ✭ 103 (+472.22%)
Mutual labels:  timeline, view
MVVM-Design-Pattern-Demo
An Xcode 9 project written in Swift 4 code designed using the MVVM design pattern, truly extolling the virtues of MVVM over MVC.
Stars: ✭ 31 (+72.22%)
Mutual labels:  view
Hidely
Custom Views that can hide/show a View with some Animations (inspired by the Android FAB)
Stars: ✭ 46 (+155.56%)
Mutual labels:  view
Frames
Retrieves desired frames from video.
Stars: ✭ 51 (+183.33%)
Mutual labels:  view
plato
Plato is a unity extension skill system.The editor is somehow like the timeline editor.Feel free to use it.
Stars: ✭ 96 (+433.33%)
Mutual labels:  timeline
MultiPartProgressbar
A progressbar which contains different parts of progress.
Stars: ✭ 15 (-16.67%)
Mutual labels:  view
pg-search-sequelize
Postgres full-text search in Node.js and Sequelize.
Stars: ✭ 31 (+72.22%)
Mutual labels:  view
bpmn-visualization-js
A TypeScript library for visualizing process execution data on BPMN diagrams
Stars: ✭ 113 (+527.78%)
Mutual labels:  view
jQuery-Google-Plus-Stream
jQuery Google Plus Stream
Stars: ✭ 16 (-11.11%)
Mutual labels:  timeline
CoolView
一些炫酷的自定义控件(Some cool custom controls),逐步完善中...
Stars: ✭ 63 (+250%)
Mutual labels:  view
ModernUI
Modern desktop framework from low-level 3D graphics API to high-level view model, for development of 2D/3D rendering software or game engine, with internationalization support and many new technologies.
Stars: ✭ 168 (+833.33%)
Mutual labels:  view
angular-timelinejs3
A timelineJS3 angular directive
Stars: ✭ 26 (+44.44%)
Mutual labels:  timeline
vertical-timeline
Responsive, jQuery-based vertical timeline generator
Stars: ✭ 75 (+316.67%)
Mutual labels:  timeline
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-16.67%)
Mutual labels:  timeline
FlowlayoutTags
具有标签功能的流式布局,接口简单。可多选单选,可记住选择状态,状态切换有过渡动画。
Stars: ✭ 78 (+333.33%)
Mutual labels:  view
GameOfLifeView
A simple Android view that displays Conway's Game of Life. I've learnt the principles of TDD doing this
Stars: ✭ 20 (+11.11%)
Mutual labels:  view
DynamicViewPagerDemo
ViewPager单屏显示多页面,动画效果
Stars: ✭ 49 (+172.22%)
Mutual labels:  view
php-mvc
Mini framework para aplicaciones PHP con el patrón MVC
Stars: ✭ 35 (+94.44%)
Mutual labels:  view

This is a fork of TimelineView for Repsly app.

TimelineView

Library used to mark timeline items in list. It can be used for processes that take multiple steps like tracking online orders. Support for both horizontal and vertical lists and a lot of customization options as shown in example below:

    <com.repsly.library.timelineview.TimelineView
        android:id="@+id/timeline"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        app:lineColor="@color/colorPrimary"
        app:lineOrientation="vertical"
        app:lineSize="4dp"
        app:markerActive="false"
        app:markerActiveColor="@color/colorActiveItem"
        app:markerActiveStrokeWidth="8dp"
        app:markerColor="@color/colorPrimary"
        app:markerSize="20dp"
        app:markerStrokeWidth="2dp"
        app:markerTextColor="@android:color/white"
        app:markerTextSize="10sp"/>

For more examples check sample app.

Screens

Installation

Add jitpack to root gradle

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

compile 'com.github.repsly:TimelineView:v1.2'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].