Skip to main content

All Questions

Tagged with
0 votes
1 answer
546 views

Kotlin (null cannot be cast to non-null type) Custom Calendar Implementation

I am trying to use the library https://github.com/kizitonwose/CalendarView (which was made in Kotlin) in Java. In this library there is an example to select a date. In the example, it had shown to do ...
Tanshik's user avatar
  • 17
1 vote
0 answers
151 views

Custom Calendar Layout view

I'm trying to make a custom android calendar app in order to add a new missing feature of the existing one. I want to add the ability to let the user change the year as he can change the day and the ...
Mohammad Eslim's user avatar
1 vote
1 answer
197 views

How to get height of custom views?

The XML code consists of the white lines on the bottom of 8:00 and 9:00. How do I refer to these in my draw class that extends view? The class that uses this layout is a fragment. The draw class ...
LinearM's user avatar
  • 133
0 votes
1 answer
1k views

How to get access to edit public class CompactCalendarView.java file ? (Android CompactCalendarView library)

So here is the situation. I'm using Android Studio and making calendar app with CompactCalendarView library (https://github.com/SundeepK/CompactCalendarView), I added compile 'com.github.sundeepk:...
Rimvydas's user avatar
0 votes
2 answers
273 views

Android Studio The following classes could not be found - com.tyczj.extendedcalendarview.ExtendedCalendarView

I'm new to android development and I want to import Extended calendar view to my project. I'm using Android Studio 1.4.1. I followed all the instructions on this video where a guy explains how to ...
Rimvydas's user avatar
2 votes
1 answer
775 views

TDateEdit, how to set year before to 1900 in calendar picker dialog?

My app in android (developed in Delphi XE8 Firemonkey) needs to search for data prior to the year 1900, I use a TDateEditor, when user clicks to select dates the android calendar picker dialog doesn't ...
Juande's user avatar
  • 73
0 votes
1 answer
309 views

How to create a display for n events in Android Studio?

I'm building an Android app which displays events for a certain period of time. I have the data stored in a Google sheet which I'm using as a database, and I've got no problem pulling that data in as ...
Thev's user avatar
  • 1,125
2 votes
1 answer
743 views

How can i create a view or layout like CalendarView of all months of the year?

Hi im starting to developing in Android and search a lot of how to make an android layout like the image that is below. but Android Studio only has Calendar View. Do you know a library with a similar ...
Guillermo Vega's user avatar
1 vote
0 answers
68 views

how can I create this layout in android like any.do Cal application

I want to create a layout for start and end date like the one in any.do calendar application. I have two problems First: how can build these two arrow shapes ? (I wanna be able to change their colors ...
9patchcoder's user avatar
1 vote
0 answers
266 views

Confusion on adding event to ExtendedCalendarView

I am trying to follow https://github.com/tyczj/ExtendedCalendarView instructions for adding an event to the calendar. The calendar is showing up but I do not see any changes in the color of the dates. ...
clue11's user avatar
  • 147
0 votes
1 answer
2k views

how to implement calendar with month+week+day view

i am developing an android app and i need activity which contains calendar view which can be viewed with day, week and month view. i searched everywere but didnt find anything that work, Thanks!
matan's user avatar
  • 23
0 votes
1 answer
97 views

Android pass long value to class View

I'm using the library WeekView When the application starts, I want to pass to class View the date from calendar for set the first day of view. In the Activity, I set the calendar, and pass it to class:...
JJkk's user avatar
  • 133
1 vote
1 answer
356 views

Add CalendarView button to Google Maps API V2 - Android

I want to implement CalendarView / DatePicker button into my Google Map How can i do it ? On click of this button i want a small calendar to open and enable to pick a date from the calendar,when the ...
Niro's user avatar
  • 15
0 votes
1 answer
2k views

Android CalendarView: How to open a new activity with each date click?

How do I open a new activity when each date is clicked? I know there is an onSelectedDateChange method, but I don't know how to get it to open a new activity. What I really want it to do is to open a ...
Toheeb's user avatar
  • 23
0 votes
1 answer
139 views

Calendar view in android application

I want to show a calendar view which displays days of the week from Monday- Sunday along with the date. Buttons allow you to skip through weeks back and forth? Thanks
user2979575's user avatar

15 30 50 per page