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?
Asked
Active
Viewed 830 times
-4
-
Try your luck with https://github.com/square/android-times-square. – Sebastian Roth Jun 11 '15 at 01:01
-
i like the calendar, very quick. only issue - do you know how to implement the onitemselectedlistener to use the clicked date in a dialog? – DANGERZONE94 Jun 11 '15 at 03:48
1 Answers
2
https://github.com/wdullaer/MaterialDateTimePicker .Try this its very quick and responsive .Plus it has got the material design view. You can customize the colors according to your theme.

Stormbuster
- 76
- 2
- 12
-
-
No I'm afraid, It can be only used as a popup, for including in layout through xml you can try https://github.com/traex/CalendarListview – Stormbuster Jun 11 '15 at 03:54