calendarview Questions
2
Solved
My calendarView fails to return the selected date, instead returning some default that always points to today.
I am of course changing the date selected in my calendar, and it indeed displays as ...
Kattegat asked 10/9, 2017 at 18:29
2
How do i change the color of the selected day in the CalendarView widget provided by android. I don't seem to find any way in the documentation.
I can change the VerticalBars using setSelectedDate...
Purine asked 19/7, 2014 at 8:33
2
I use CalendarView in my project and I need to make a special design for it. I can change colours of all things in CalendarView but only not colour of month on the top of calendar. I tried all attr...
Lahr asked 24/1, 2019 at 9:44
1
I'm creating a small application that uses the material-calendar-view library from applandeo.
I'm trying to get the current month and year whenever the user clicks the forward or previous buttons....
Israelisraeli asked 17/8, 2019 at 15:26
2
Solved
I want to disable the next day but not the previous day. I have found out how to disable it for the next day, but for the previous day it was also disabled. Please help me
This is my code
p...
Malposition asked 23/2, 2019 at 2:31
1
in my application, I have to show a calendar in which some days are colored differently (eg with a green background)
I entered the "calendar view" and I focused on the current date, but can not see...
Hamel asked 2/11, 2013 at 10:49
1
Solved
I need to highlight several dates in a CalendaView. that should look like,
I tried setDate(), but it didn't work as I want. Please help me to find a solution. Thanks in advance.
Highmuckamuck asked 23/11, 2017 at 8:14
2
Solved
Is there any way of attaching more than 1 DotSpan's to a date with Android MaterialCalendarView?
Altough I have 2 DotSpan's added to my CalendarView it's still displaying only 1 DotSpan...
I'm usin...
Huss asked 26/10, 2015 at 21:16
7
May I know how to resize the CalendarView in Android?
The CalendarView occupied more than half of the screen.
I wish to make it smaller, perhaps 40% of the screen. Thanks.
Default CalendarView s...
Ardith asked 18/9, 2016 at 13:22
2
Solved
I am looking for a CalendarView that can be used in a dialog something like this:
I plan to use android.widget.CalendarView but it is available from API level 11. That's an issue considering the...
Counterintelligence asked 19/2, 2014 at 7:9
2
I have a CalendarView in my app. But I would like to have the background of the CalendarView black and the text inside the CalendarView white. But in xml there is no TextColor= in the CalendarView....
Lithuanian asked 18/5, 2016 at 13:34
2
I am using MaterialCalendarView (https://github.com/prolificinteractive/material-calendarview) in my app. It is inside one of my fragments. When I open this fragment, it takes about 2 seconds to lo...
Nimmons asked 22/7, 2015 at 9:28
1
Solved
I want to get month shown in calendar view and i cant figure it out. i tried
calendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListener() {
@Override
public void onSelectedDayC...
Wholly asked 18/8, 2017 at 8:48
2
I'm doing a calendar app and I encountered a strange problem.
If I'm not wrong adding a CalendarView to my layout should let me see the days of the month.
So I made a new project where the only thi...
Bellboy asked 23/12, 2015 at 15:17
1
Solved
I have a MaterialCalendarView in a android app and I have a json response like this:
{"Table":
[
{"userid":4,"eventname":"Aditya","eventdate":"\/Date(1479974400000-0800)\/","eventcolor":"5986FF","...
Achlorhydria asked 29/11, 2016 at 10:49
2
I'm working with a DatePicker and finding that under Android 5.0 it will not call the OnDateChanged() method in its OnDateChangedListener when it's in CalendarView mode even though a new date has b...
Lingual asked 10/12, 2014 at 17:41
2
I was testing my app with the new Android 5.0 (API21) but was getting an error with the CalendarView
Caused by: java.lang.UnsupportedOperationException: CalendarView does not exists for the new D...
Born asked 7/11, 2014 at 6:8
6
This is driving me crazy. I have a fragment in my Android app which is laid out using a RelativeLayout. Problem is that for some reason it takes ages to render, about 5 seconds just to load about 4...
Silvers asked 11/12, 2012 at 1:13
2
I have nested calendarview in ScrollView . My problem begins when height of view increases.
I can scroll calendar months vertically but when scrollview scrollbar comes it does not let scroll calend...
Compagnie asked 13/9, 2013 at 9:32
5
Solved
I want to show a calendar with events using different colors on the date similar to default Calendar application. But I don't see any such API on the default calendar view.
Can anyone please direc...
Trochee asked 15/5, 2013 at 3:21
3
Solved
I'm trying to display the CalendarView in an Alert Dialog, but all that shows up is the month/year and the days of the week.
These are the contents of the layout file:
<LinearLayout xmlns:andro...
Sadiras asked 8/9, 2012 at 5:11
2
Solved
I think the question says it all: is it possible to display events in the Android default CalendarView?
I know that it is made for widgets and not for a real Calendar application but my app shoul...
Windlass asked 24/2, 2014 at 22:34
8
I'm pretty new to Android development and I'm looking for a means of including calendar in my Android application, but I'm striking out pretty bad when googling.
Is there any way to use a d...
Strickler asked 13/9, 2010 at 17:49
2
Solved
I've got the calendarview in eclipse and now I'm trying to change the appearance of a single day to highlight dates.
I didn't find any useful method here, only changes of appearances of whole week...
Dilatometer asked 8/4, 2013 at 8:6
4
Solved
I have android application 2.3.3 use calendarView
when press button => show dialog (contain calendarView)
My logcat display:
D/dalvikvm(15292): GC_CONCURRENT freed 1988K, 10% free 20024K/22087K, ...
Paradrop asked 12/3, 2013 at 8:24
1 Next >
© 2022 - 2025 — McMap. All rights reserved.