Questions tagged [caldroid]

Caldroid is a calendar view library for Android. Caldroid is a fragment that displays calendars with dates in a month. Caldroid can be used as embedded fragment, or as dialog fragment.

Caldroid is a fragment that displays calendars with dates in a month. Caldroid can be used as embedded fragment, or as dialog fragment. User can also swipe left/right to navigate to different months.

Caldroid is fully localized. Client can customize start day of the week for different countries. Calendars start on Sunday by default.

Caldroid can be used with Android 2.2 and above.

Link

52 questions
0
votes
1 answer

How to set width and height of normal cell view using Caldroid in android?

I am using Caldroid library for my project and I am using args.putBoolean(CaldroidFragment.SQUARE_TEXT_VIEW_CELL, false); to use my custom normal cell for month's days. But when I am trying to set background for a current day, using, if…
Axay Prajapati
  • 791
  • 5
  • 20
0
votes
1 answer

How to get range of selected dates using android Caldroid library?

I have implemented android Caldroid library to my project. and already get selected dates I tried caldroidFragment.setSelectedDates(fromDate, toDate); but, it does not let me get range of selected dates, and demo does not show how to get range I…
Axay Prajapati
  • 791
  • 5
  • 20
-1
votes
1 answer

Cal droid Calender is using as a Date picker in android activity

Can any one tell me how to create a date picker using Caldroid calendar in android activity?
ganii
  • 1
  • 2
-1
votes
2 answers

Android java lang NoClassDefFoundError Caldroid

I am getting this error when I try to run my app on the mobile device: java.lang.NoClassDefFoundError: com.roomorama.caldroid.CalendarHelper at com.roomorama.caldroid.CaldroidFragment.retrieveInitialArgs(CaldroidFragment.java:1087)... It's…
-1
votes
1 answer

can someone tell me how to change specific color to a caldroid calendar

I'm working on an islamic app that show hijri calendar and also applying events like adding a specific date, time, event title and subject of that date so I want that when the app starts and displays calendar then the events' dates have different…
-1
votes
2 answers

Android GridView (Caldroid) scroll margin on the bottom

I have a Caldroid Fragment that generates a calendar based on a GridView. It takes the complete screen. Then I added an AdView on the bottom of this activity, the problem is that banner covers some cells of the grid so user can't click on them.…
XaviGG
  • 171
  • 2
  • 19
-4
votes
1 answer

Android calendar library

I'm looking for a calendar library to use in my android app. I am currently using Caldroid, but I find it to be very slow. Any suggestions on a calendar that loads quicker?
DANGERZONE94
  • 139
  • 1
  • 9
1 2 3
4