Archit Sandesara
Archit Sandesara
https://github.com/thermatk/AgendaCalendarView/tree/0569ea7acd8345cb9946ff2af64fb5983d9b6b09
@theZoker It is the sample app of adding events dynamically. https://github.com/thermatk/AgendaCalendarView/tree/0569ea7acd8345cb9946ff2af64fb5983d9b6b09
Change minified to true in your app's build.gradle buildTypes { release { **minifyEnabled true** proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } Add below rules in proguard-rules.pro file. # ButterKnife 7 -keep class...
mAgendaView.getAgendaListView().scrollToCurrentDate(selectedDate);