android-collapse-calendar-view icon indicating copy to clipboard operation
android-collapse-calendar-view copied to clipboard

Android calendar view that can be toggled between week and month view.

Results 25 android-collapse-calendar-view issues
Sort by recently updated
recently updated
newest added

Hello Dear, I am developing a calendar view for event management. But I am getting some issue in getting the day of current collapsable week first-day date. Because of I...

import android.app.Activity; import android.os.Bundle; import com.wefika.calendar.CollapseCalendarView; import com.wefika.calendar.manager.CalendarManager; import org.joda.time.LocalDate; public class CalendarDemo extends Activity { private CollapseCalendarView mCalendarView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); CalendarManager manager =...

This is what I need but with 2 collapsing week.Need help please suggest some thing to make this feasible

Anybody know what is last version?? Thanks you guys!

Are you guys planning to add this or do you already have something similar to firstDayOfWeek in calendar view. It would be very helpful in week view.

when user select some date of calendar i am showing some data in recyclerview... So my problem is i want to notify user by putting some color dots background of...

I am trying to change the calendar month from the month selected from the spinner but I am not able to perform same. Changing month from next and previous button...