CalendarView
This library provides a Material Design CalendarView for Android (week view; more coming soon!). The default style is copied from the Google Calendar app, but almost everything is customizable.
Screenshot of the [example app][example] | Zoomed in |
---|---|
![]() |
![]() |
Usage
- Import the library
- Add CalendarView in you layout
- Provide events to the view
You can call CalendarView.setEventsForWeek() anytime you want. The events will be cached and used when required. Old events for that week are overridden.
- Add your listeners