Skip to content
xuexiangjys edited this page Jun 4, 2019 · 3 revisions

CalendarExaple

一个高仿钉钉和小米的自定义日历控件(支持阴历和阳历,左右无限翻页viewpager)。项目地址:https://github.com/xuexiangjys/CalendarExaple

特征

  • 可以自定义日历控件UI
  • 支持快速滑动
  • 支持农历和阳历
  • 界面UI缓存和日历数据缓存
  • 扩展view支持ListView的滑动

如何引用

1.先在项目根目录的 build.gradle 的 repositories 添加:

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

2.然后在dependencies添加:

dependencies {
  ...
  implementation 'com.github.xuexiangjys:CalendarExaple:1.0.1'
}
Clone this wiki locally