CalendarView Is a calendar widget for displaying and selecting dates in Android.

learn more… | top users | synonyms

0
votes
1answer
26 views

onSelectedDayChange from CalendarView retrieves the month wrong?

Ok, this might sound like a silly question but I'm just surprise of it happening; it seems like when you click on a day in a CalendarView, the month given from onSelectedDayChange(CalendarView view, ...
0
votes
0answers
11 views

How to add buttons inside calendarview?

I'm trying to use standart calendarView(api >11) in myapp,but i was suprised that switching between months can be done only throught scrolling. I wan't to add buttons previous and next to calendar ...
0
votes
3answers
206 views

Android CalendarView for Showing Events

I want to show a calendar with events using different color on the date similar to default Calendar application. But I don't see any such API on default calendar view. Can anyone please direct me on ...
0
votes
0answers
131 views

Android CalendarView text size too small on 4.1

It looks like there is a bug with Jelly Bean 4.1 that causes the text size of dates in CalendarView to be disproportionally small on hi-res devices. Appears that it is fixed in 4.2, but is there any ...
0
votes
1answer
169 views

Changing color of single day in calendarview, android

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 ...
0
votes
0answers
25 views

Navigate through month and year

I have the following code: public class MainScreen extends Activity implements OnClickListener { CalendarView calendar; protected void onCreate(Bundle savedInstanceState) { ...
0
votes
0answers
157 views

Android CalendarView - How to I have different colors on various dates?

I would like to use the CalendarView calendar to mirrow another central calendar. So all I basicly need is to have/store the data myself and then at least visually markup the Android CalendarView with ...
1
vote
0answers
212 views

Changing colour of specified days in Android CalendarView

I'm trying to change the text colour of specific days in Android's CalendarView to mark days that have events. I'm currently trying to do this by making a copy of Android's CalendarView.java and ...
1
vote
2answers
182 views

Eclipse CalendarView display Monday as first day

with Calendar cal = Calendar.getInstance(); cal.setFirstDayOfWeek(Calendar.MONDAY); you just set Monday's integer value to 0, but I want to have Monday displayed as first day (at the left end, and ...
0
votes
1answer
197 views

android: highlighting certain dates on calendar view

I am using android CalendarView, I need to highlight some dates on the calendar, couldn't find any methods to do that, is there any tweak availalbe if i can save some events on native calendar then ...
0
votes
1answer
126 views

alternative to onSelectedDayChange calendarview android

The problem wit onSelectedDayChange is that, when i open the calendarview and click on the focused day, nothing happens. For example i want to see details for today. Now i open the calendarview and ...
0
votes
0answers
172 views

multiple dates are selected on calendar view htc 4.1

I have a problem with calendar view . While everything is alright in 2.3.3 phone , in htc 4.1 I can select multiple days in calendar. I have searched and could not find anything useful and then came ...
0
votes
0answers
44 views

Android: How can I disable scrolling of CalendarView

Is there a way to disable scrolling in a calendarview without completely disabling the calendar date select events?
0
votes
0answers
272 views

How to custom Calendarview widget in Android?

I want to custom Android CalendarView. How can I change content of calendar such as date and its style? Suppose I want to implement a calendar with 2 different Date model for example Gregorian and ...
1
vote
0answers
86 views

Android customizable calendar

I started working with CalendarView today, and to my surprise, class is very inflexible. Only methods that CalendarView allos me to override are: getDate() getFirstDayOfWeek() getMaxDate() ...
2
votes
1answer
391 views

Android- Remove Calendarview from DatePickerDialogFragment

I have a Datepickerdialog fragment which works fine.When i click the button the datepickerdialog opens whixh has spinner date selection on the left side and calendar view on the right side. For my ...
1
vote
0answers
271 views

Android CalendarView: Run activity when click selected date

I am using a CalendarView to display a calendar, and I want to launch an activity when a specific date is clicked. I got it to work when a different date is clicked, but not when today's date is ...
0
votes
1answer
1k views

CalendarView android widget

I want to access some dates on the CalendarView widget and change the text color of those particular dates. I can access the CalendarView by creating an object to it. How can I go further to access ...
1
vote
2answers
263 views

Android DatePickerDialog CalendarView's title Inconsistency

I am creating a DatePickerDialog, like it's done in the documentation. However, I am noticing that the CalendarView's title (i.e. "December 2012" as it would be for today) doesn't change immediately ...
0
votes
0answers
113 views

Android Event Calendar

I'm new here and fairly new to application development. I'm making an android application for my University, its basically an events calendar. My university has a calendar on their website with ...
2
votes
0answers
159 views

Android CalendarView displaying Icons or Text on Cell

I've been trying, with no success, even with google searching on the web and whatnot, to use the Android CalendarView and display on its visual cells icons or even text that represent events that my ...
0
votes
2answers
135 views

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 ...
3
votes
2answers
295 views

How to add icon or change calendarview's day icon?

I'm developing a calendar application and here's what i want to do; for example, i have various activities in various days of a month and on the calendar, i want to add an icon to days which have ...
0
votes
0answers
129 views

android-calendar-view not invalidating?

I'm utilizing the android-calendar-view project in my application. I've altered the sample application so that, instead of returning the date pressed, it updates the CalendarView. That is to say, if ...
3
votes
2answers
1k views

How do I display a CalendarView in an AlertDialog?

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 ...
0
votes
0answers
258 views

Caml joins for Sharepoint Calendar View

I've implemented joins in SharePoint list. There are multiple lists interconnected with lookup, i.e.: One list has a lookup column to its parent list; Which furthermore has lookup column on it's ...
0
votes
1answer
599 views

Android CalendarView: How do I get the date in correct format?

The past few days I've been searching for ways to get a 'readable' date out of my calendarview from android 4.0. I can't manage to find a solution or example that suits my problem. I did get it in ...
3
votes
2answers
619 views

Display google calendar on Android calendarView widget?

My question is simple, is there a way to display a Google Calendar using Android calendarView inside an application? I can't find a way to do so
0
votes
0answers
30 views

Which calendar for android business app is better to use?

I need calendar view for android business application. Is there any good open source calendras or datepicker or smth else that I can use for my purposes, because android standard calendar view don't ...
3
votes
0answers
800 views

How to add events to android calendarview

I'm starting to work with CalendarView to show a calendar. This is working OK but now I would like to show some events in some specific days. I'm developing a demo so just would like to hardcode some ...
13
votes
1answer
6k views

Android CalendarView class cannot be found

Im designing the xml format for a calendar to be used in an app, but I cant get the calendar to show in the graphical layout shower. Instead I get the following 'error': The following classes ...
7
votes
2answers
560 views

Is it possible to localize CalendarView or DatePicker?

My users' calendar is Persian calendar. I have an algorithm to change date and time between western and Persian calendar. I want to use CalendarView or DatePicker for my users for selecting dates. Is ...
7
votes
1answer
1k views

Android 3.0 CalendarView

I'm trying to implement a CalendarView, it takes an absurd amount of time (about 10 seconds) to appear on screen and it only loads the month and weekday headers, it does not display any calendar ...
1
vote
2answers
882 views

Modify CalendarView?

I want to show a calendarview on my android application. Default android claendar is not very nice. I would like to improve the visual appearance and fuctionality of this calendar. To do this, does ...
1
vote
1answer
1k views

DatePicker CalendarView

I can't seem to find this, is there a way to show a calendar where you can pick your date instead of the 3 column datepicker widget?