Android 滑动日历控件 AutoScrollCalendar
- 授权协议: GPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/lichangqiang/AutoScrollCalendar
- 软件文档: https://github.com/lichangqiang/AutoScrollCalendar
软件介绍
一、使用方法
1、设置初始月份
public void setCurrentMonth(Calendar startCalendar)
2、月份的切换
切换到上月调用scrollToPre()
切换到下月调用scrollToNext()
3、监听被选择的日子
使用setSelectedDayChangedListener()监听即可
