material-calendar-view
MaterialCalendarView is a prettier and simpler, material design calendar that allows full customization and it's backwards compatible with API 11+.
Screenshots



Installation
Gradle
- Add it in your root build.gradle at the end of repositories:
- Add the dependency:
Maven
- Add the JitPack repository to your maven file.
- Add the dependency in the form
SBT
- Add it in your build.sbt at the end of resolvers:
- Add the dependency in the form:
Usage example
In your layout.xml file:
This example shows all the possible customization around Material Calendar View:
Then, in your Activity.java or Fragment.java initialize the calendar: