A Material design backport of Android's CalendarView. The goal is to have a Material look and feel, rather than 100% parity with the platform's implementation. Material CalendarView 2.0 comes in with a major change into the core of it's API, we transitioned from using java.util.Calendar to java.time.LocalDate. Also that should not impact the public api (we are still using CalendarDay), both Calendar and LocalDate function a little bit differently. One example of that: Months are now indexed from 1 (January) to 12 (December). You can access from the LocalDate from CalendarDay using getDate().
Features
- Add the JitPack repository to your build file
- Add MaterialCalendarView into your layouts or view hierarchy
- Set a OnDateSelectedListener or call MaterialCalendarView.getSelectedDates() when you need it
- Make sure to check all the documentation available
- One of the aims of this library is to be customizable
- Define the view's width and height in terms of tile size
- Events, Highlighting, Custom Selectors, and More!
License
MIT LicenseFollow Material Calendar View
Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Material Calendar View!