Calendar-HeatMap
Calendar-HeatMap copied to clipboard
Calendar Heat-Map Generation Library for Android
Calendar-HeatMap
Library for dynamically generating calendar heatmap view similar to the ones on GitHub. Simply especify the data and the Calendar will be generated.
Status WIP
Add to your project
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Add as a dependency in you applications build.gradle.
dependencies {
implementation 'com.github.EudyContreras:Calendar-HeatMap:v0.1'
}
License
This project is licensed under the MIT License - see the Licence file for details