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 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'
}
This project is licensed under the MIT License - see the Licence file for details