Calendario
It is android library providing custom view of CalendarView with more options to edit the view and add and show events.
Add it in your root build.gradle:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.Tgalshemeri:Calendario:1.4'
}
Add it to the layout:
<com.treaf.calendario.Calendario android:layout_width="match_parent"
android:layout_height="match_parent" />
You can support by buying me a coffee Support Me