项目作者: EudyContreras

项目描述 :
Calendar Heat-Map Generation Library for Android
高级语言: Kotlin
项目地址: git://github.com/EudyContreras/Calendar-HeatMap.git
创建时间: 2020-04-18T01:24:51Z
项目社区:https://github.com/EudyContreras/Calendar-HeatMap

开源协议:MIT License

下载




API
platform

License: ISC


Calendar-HeatMap



Banner Demo

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:

  1. allprojects {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. }
  5. }

Add as a dependency in you applications build.gradle.

  1. dependencies {
  2. implementation 'com.github.EudyContreras:Calendar-HeatMap:v0.1'
  3. }

License

This project is licensed under the MIT License - see the Licence file for details