zcustomcalendar icon indicating copy to clipboard operation
zcustomcalendar copied to clipboard

Custom calendar for Android

Results 5 zcustomcalendar issues
Sort by recently updated
recently updated
newest added

I get this error, "Attempt to invoke interface method 'java.lang.Object java.util.Map.get(java.lang.Object)' on a null object reference at org.naishadhparmar.zcustomcalendar.CustomCalendar$3.onClick(CustomCalendar.java:275)", when I navigate to the next month and click on a date.

After adding dependency in build(Module), Sync and making Rebuild Project getting below error Could not find org.naishadhparmar.zcustomcalendar:zcustomcalendar:0.9.1. Required by: project :app

This library does not work without the jcenter() repository, but the jcenter() repository is going to shut down soon as it is mentioned.

Currently, the new month just replaces the current month. Will be great if somebody can add an animation going from one month into another.

enhancement