Skip to main content

All Questions

1 vote
1 answer
65 views

Cosmo Calendar shows dates from other screen

I am using ApplikeySolutions/CosmoCalendar to show customized calendar. I have implemented this calender view in two seperate fragments. Both have distint Ids. When I show connected days on FragmentA ,...
Mohammed Ali's user avatar
-1 votes
1 answer
999 views

how to highlights specific dates in CalendarView in android studio?

i have tried most things online from custom calendar views to dependencies but they all lead to being outdated and not usable for android studio in its latest version. does anyone know how to achieve ...
ikeawesom's user avatar
0 votes
1 answer
403 views

How to change color of current week in MaterialCalendarView?

I want to change the colour of the WeekDay text for the current week. I am able to change the colour for the current day using a decorator. Is it possible to do this while using this library? Link to ...
Zeus Almighty's user avatar
1 vote
0 answers
189 views

How to set range of Dates in Calendar View in Android

The documentation of Calendar View says range of dates is configurable Can anyone help me to understand this line. Also does it mean Calendar View supports date range selection? Following is the ...
Waqqas Akhter's user avatar
1 vote
0 answers
20 views

Cannot resole token 'AbstractCalendarViewDelegate' from CalendarView

I am new to developing in Android, and I'm trying to create a CalendarView with a different number of days per month than the regular calendar (think Lunar month instead of Gregorian) After poking ...
Alexander's user avatar
0 votes
0 answers
502 views

Saving nested objects in firebase

I'm using Firebase as my database for my Android project. In this project, I have Event object, contains mCalendar object which is a date of type "Calendar". mOriginalEvent = new Event( ...
R A's user avatar
  • 9
1 vote
1 answer
3k views

In Android Studio, How to change the color of Month and Year in a CalendarView?

I'm trying to modify the colors of a CalendarView on my Android native app. I found some answers and I was able to modify the color of the numbers and week's days. However, I can't find the way to ...
Marce's user avatar
  • 93
0 votes
0 answers
2k views

I am not able to add more icons inside material calendar in android

I am working on the android material calendar I am making a pregnancy calendar in that if I will click on one-day selection next some days add automatically icon inside here is my code : ...
bugfreerammohan's user avatar
1 vote
1 answer
2k views

Editing the color of the selected date Material Calendar View

I have several dates in the database. I would like to put these dates in my calendar. with changed background. depending on other variables. for now a stiff code private void colorCalendar(){ ...
user avatar
0 votes
1 answer
634 views

Android getting current calendarview's year, month

In calendarview, at first I can set date but I cannot get which month and year when I click two buttons that change calendar to previous month or next month. And even more, calendarview supports swipe ...
CLANG's user avatar
  • 9
0 votes
1 answer
755 views

Integrate two types of Gregorian and solar (shamsi,jalali) calendar with each other in calendar view

i just wondering if we can integrate two types of calendar in android(like solar and Gregorian) with each other and show them in one calendar view is it possible even? its a example of what i am ...
HamidSayyah's user avatar
0 votes
0 answers
825 views

Getting 'Date' Value from Android Material CalendarView into Database

I'm learning how to program by making an Android app. I've got the Material CalendarView library. What I want to do is that when I click on a date it loads information stored in the date from the ...
YPA's user avatar
  • 1
0 votes
4 answers
1k views

How to change date format from date picker(calendar view)

I'm newbie android developer. Now, I'm try to change date format from m/d/yyyy to mmddyyyy. This is refer link :http://www.thaicreate.com/mobile/android-calendarview.html Hope to someone help me. ...
1 vote
0 answers
198 views

Make CalendarView in android with selection of specific dates from limited number

I need to create calendarview in my android app (not a dialog, not a datepicker dialog) with dates selection. And i need to choose specific dates from limited number. For example, i need to show ...
Alex D.'s user avatar
  • 1,431
3 votes
0 answers
859 views

Navigation between months in CalendarView

When I drag and drop a CalendarView in my activity, it seems that user can see just current month and navigate between months by clicking on right and left arrows, exactly what I want. But when I run ...
Reyhaneh Sharifzadeh's user avatar

15 30 50 per page