Skip to content

cometj03/ComposeTimeTable

Repository files navigation

ComposeTimeTable

ComposeTimeTable is customizable (not yet) and flexiable timetable based on Jetpack Compose

Preview

Column count: 5

Column count: 7

Download

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

Check here for latest version

dependencies {
    implementation "com.github.cometj03:ComposeTimeTable:final:$latest_timetable_version"
}

Usage

..