300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Android中自定义农历日历 CalendarView Android 上一个优雅 万能自定义 UI 性能

Android中自定义农历日历 CalendarView Android 上一个优雅 万能自定义 UI 性能

时间:2020-06-27 09:24:04

相关推荐

Android中自定义农历日历 CalendarView Android 上一个优雅 万能自定义 UI 性能

An elegant CalendarView on Android platform.

Freely draw UI with canvas, fast、efficient and low memory.

Support month view、 week view、year view、 custom week start、lunar calendar and so on.

Hot plug UI customization!

You can't think of the calendar can be so elegant!

AndroidStudio v3.5+

support version if using support package

implementation 'com.haibin:calendarview:3.6.8'

Androidx version if using Androidx

implementation 'com.haibin:calendarview:3.7.1'

com.haibin

calendarview

3.7.0

pom

How to use?

proguard-rules

-keepclasseswithmembers class * {

public (android.content.Context);

}

or using this proguard-rules

-keep class your project path.MonthView {

public (android.content.Context);

}

-keep class your project path.WeekBar {

public (android.content.Context);

}

-keep class your project path.WeekView {

public (android.content.Context);

}

-keep class your project path.YearView {

public (android.content.Context);

}

Effect Preview

func

YearView and Range Style

Beautiful Chinese style

Meizu mobile phone calendar

Colorful and Full style

Progress bar style

Galaxy style

Licenses

Copyright (C) huanghaibin_dev huanghaibin_dev@

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

Android中自定义农历日历 CalendarView Android 上一个优雅 万能自定义 UI 性能高效的日历控件 热插拔!热插拔!热插拔!重要的事 @codeKK Android开源站...

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。