We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questioni am designing an app for iPhone and android app. When the app gets launched for the first time it hits an api and gets back a large database which is common for a year(365 days of events that get scheduled). In my app when the user hits a button the cal开发者_开发问答endar gets opened to the current date showing the dates in a grid view. If the dates have any schedule they use to look in a green color and if no events it looks in other color. Likewise i have some other operations. in my iPhone app all the calendar view, dates color and events scheduling are done by a library.
In the same way is there any library for android apps, so that it will reduce my work a lot. Is there anything available like that. Please give me a suggestion..
Since this question is quite some time ago, probably you have found your solution. I share my solution here so maybe other can find it useful.
I wrote Caldroid library (https://github.com/roomorama/Caldroid) that supports rich features:
- Embedded as a fragment or shown as dialog
- Set min/max date. The date outside min/max range is marked as disabled
- Set disabled dates
- Select dates fromDate to toDate
- Client can listen to various events when user interacts with Calendar
- Customize look and feel
CalendarView
- iosched
- android-calendar-view
- Android calendar view
- material-calendarview
精彩评论