SuperCalendar
SuperCalendar copied to clipboard
@Deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1 at java.util.ArrayList.get(ArrayList.java:310) at com.ldf.calendar.component.CalendarViewAdapter.refreshCalendar(CalendarViewAdapter.java:258) at com.ldf.calendar.component.CalendarViewAdapter.notifyDataChanged(CalendarViewAdapter.java:219) at com.hqyxjy.ldf.supercalendar.JyCalendar.refreshMonthPager(JyCalendar.java:277) at com.hqyxjy.ldf.supercalendar.JyCalendar.onWindowFocusChanged(JyCalendar.java:93) at android.view.View.dispatchWindowFocusChanged(View.java:7589) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:985) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:989) at...
我们现在有一个需求 就是怎么能够数据展示到本月 之后的数据不在展示
作为库,能低就尽量低吧
MonthPagerBehavior里面直接根据高度选择月的模式,导致初始化选择周模式无效
怎么获取周日历、月日历的第一天和最后一天日期? 没看到方法啊
如题,如何添加刷新控件
java.lang.NullPointerException: Attempt to invoke interface method 'void com.ldf.calendar.interf.IDayRenderer.drawDay(android.graphics.Canvas, com.ldf.calendar.view.Day)' on a null object reference
上一个月份的日期和下一个月份的数据都去掉了 重置view高度后日期会出现点击问题
设置 mark 标记时 只能使用 2000-1-1 不能使用 2000-01-01
重复日程的实现(比如每周三,周五重复), 大神后续升级控件时可以考虑一下这个需求