mCalendarView icon indicating copy to clipboard operation
mCalendarView copied to clipboard

Customizable & Shrinkable Calendar Widget for Android

Results 44 mCalendarView issues
Sort by recently updated
recently updated
newest added

Hi Developer, I am using three tabs. Expandable Calendar is used on the first tab. If I slide to the second tab and then back to the first tab there...

Can we have two kinds of day in two different types of calendar format into one cell ?? it may look like this: http://www.ashesh.com.np/images/Nepali-Calendar.png

There has a memory leak problem in MonthFragment.class I add this code in it. ``` @Override public void onDestroyView() { super.onDestroyView(); if (mAdapter != null) MarkedDates.getInstance().deleteObserver(mAdapter); monthData = null; unbindDrawables(mFragmentView);...

i have a lot repositories on my android project (friend project) and this is the build.gradle: ` apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId 'xxx' manifestPlaceholders =...