Skip to content

alexeyvasilyev/timeline-ui-android

Repository files navigation

Android timeline UI widget written in Java

Release

Screenshot

Features:

  • Android min API 21.
  • Supports single timeline.
  • Supports on demand loading.
  • Shows 1 min, 5 min, 15 min, 30 min, 1 hour, 6 hours, 12 hours, 1 day, 7 days, 30 days ranges.

See also:

Compile

To use this library in your project with gradle add this to your build.gradle:

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  implementation 'com.github.alexeyvasilyev:timeline-ui-android:1.4.6'
}