BetterCalendarView is a better CalendarView for android. It is supposed to be used as an view for either selecting dates or adding and editing events like the standard android calendar app supports. BetterCalendarView follows the material design guidelines and supports both the dark and light theme. The view will change it's theme automatically.
BetterCalendarView can be used with android 4.0 and above
- Download the latest release from the releases tab on github
- In android studio go to File -> New -> New module -> Import .JAR/.AAR Package and select the downloaded file.
- Go to your module gradle file and add the following line to your dependencies where x is the version:
compile project(':bettercalendarview-v1.x.x')