CalendarView

(★ 9,394)

RecyclerView? ListView or ViewGroup? No, it's Canvas! Ultra performance and free customization interface! Vertical and horizontal, Fast rendering and extremely low memory. Android上一个优雅、万能自定义UI、仿iOS、自定义动画,支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,热插拔实现UI定制!Canvas绘制,渲染速度快、占用内存低,你真的想不到日历居然还可以如此优雅。

  • .gitignore
  • build.gradle
  • CalendarViewDemo.apk
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
  • QUESTION.md
  • QUESTION_ZH.md
  • README.md
  • README_ZH.md
  • settings.gradle

🚀 Installation Guide

1. Get the code
git clone https://github.com/huanghaibin-dev/CalendarView

Downloads the entire project code from GitHub to your computer.

cd CalendarView

Moves into the project folder you just downloaded.

2. Gradle (Java/Kotlin)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app

This project's files live in a subfolder, so move into it first.

./gradlew build

Builds the project using Gradle.

A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation