Questions tagged [calendarview]

CalendarView is a calendar widget for displaying and selecting dates.

CalendarView is a widget for displaying and selecting dates.

Most often it refers to Android's CalendarView. The range of dates supported by it are configurable. The user can select a date by tapping on it, and it's possible to scroll and fling the calendar to a desired date.

375 questions
0
votes
2 answers

Is it possible to override the android CalendarView methods?

I created an android calendar widgets. but I'm just wondering.. is it possible to override the method of CalendarView? what I really wanted is to display only the current month and daygridview not the previews days and next month days.. and I also…
-1
votes
1 answer

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 this? I have tried mCalendarView, SunDeepK…
-1
votes
1 answer

How can i display month Name using onSelectedDayChange() for CalendarView in android

By default onSelectedDayChange() of calendarView diplay's month as an integer value like:- 1-1-2021. But I want the format as 1-Jan-2021. Please help out. Thanks in Advance!!
Meet
  • 21
  • 6
-1
votes
1 answer

Android Studio crash when I declare my CalenderView

A really simple application that has fragments, I am having an activity that holds a CalendarView that opens up from a side navigation drawer. When you open the "logs" fragment, it'll send you to the CalendarActivity for you to choose a date you…
TSandler
  • 3
  • 2
-1
votes
1 answer

com.telerik.widget.calendar.RadCalendarView with 2 parameters. Check the number and type of arguments

Calendar was working for sometime. I updated the android libraries to version 6.4.1 and it suddenly started throwing this error. SideKick Version: 1.19.2-v.2019.11.18.2 (latest) NativeScript CLI version: 6.4.1 CLI extension nativescript-cloud…
Alexis
  • 9
  • 3
-1
votes
1 answer

Is there a way to save a different instance of an activity for each date selected in calendar view?

I just started Android development about a week ago. I'm trying to create a Todo list app where I have a different list for every day that I select. Is there a way to create multiple instances of an activity so I can have a separate list for each…
W.J. Lee
  • 1
  • 1
-1
votes
1 answer

Is it possible Horizontal calenderview scrolling in android?

from the above code Calendar is diplayed but it is scrolling vertically not horizontally. please help me..
Makvin
  • 3,475
  • 27
  • 26
-1
votes
1 answer

How to display events in android calender View

I Am working on an android application to display Day Events in calendar. Can anyone guide me how can I add events in calendar view to display?
-1
votes
2 answers

How can I cast LinearLayout with CalendarView?

I want to use CalenderView on my activity, I also try to clean my project but this problem not solved. This is my code: Cal_view.xml
-1
votes
1 answer

How to change the background color of the android calendar view?

I am using the native calendar view present in android.I want to change the back ground colour of some of the dates present in the calendar view . I don't find any methods in the documentation . Can some one help me out ?
-2
votes
3 answers

Weird arraylist result?

I am adding to an array list every SATURDAY and SUNDAY date of the month, for the first 3 months. However, when I iterate through the array, to check if the values are actually correct, I seem to get only a few elements (with the size of the array…
user9927059
  • 63
  • 2
  • 8
-2
votes
1 answer

How to create scrollable month and add a list of events for each month?

I want to have something like a CalendarView where you can scroll and swipe left and right to see different months I don't need the days of the month displayed. I would just like to have a list of events for each month. Something like the diagram…
ShenG Sheng
  • 39
  • 1
  • 7
-3
votes
1 answer

Android - How can i check if calendar date has been selected

I'm making a task manager application where I require the following details:- name (string), description (string), date (long) and importance (int). I am currently stuck on figuring out how to get the date and also see if date from calendarView has…
Nero
  • 1,058
  • 1
  • 9
  • 25
-3
votes
2 answers

CalendarView returns null

I am using Android Studio and have 2 Activities, SearchActivity and RentStartActivity. In my SearchActivity, I have an EditText where a user will click on and it will redirect him to the next Activity. Then in the next Activity, he will select a…
Justin
  • 45
  • 6
-3
votes
1 answer

Android calendar view not showing month and year starting from lollipop 5.0

Android calendarview not showing month and year from Lollipop Android CalendarView not Android DatePicker I have used this code for below lollipop versions and it worked but from lollipop it is not working try { Class cvClass =…
Rakesh Ram
  • 19
  • 1
  • 2
  • 9
1 2 3
24
25