Skip to content

cometj03/ComposeTimeTable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

..