Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android calendar view [closed]

I'm pretty new to Android development and I'm looking for a means of including calendar in my Android application, but I'm striking out pretty bad when googling.

  1. Is there any way to use a default calendar kind of view in my application? (would be ideal since the UI would be familiar)

  2. Failing at a built-in option, are there any good libraries out there with a calendar control that I could use?

I'm not looking to sync and all of that (at least, at this point), just looking to have a calendar view that I can display information to the user.

like image 920
Brian Avatar asked Sep 13 '10 17:09

Brian


1 Answers

I wrote Caldroid library (https://github.com/roomorama/Caldroid) that is simple to setup and have many features such as setup min/max date, disabled dates, select date range, swipe to change month, fully localized, support rotation properly etc. It's easy to customize the look and feel. Just to share if someone might find it useful :)

like image 157
thomasdao Avatar answered Oct 07 '22 09:10

thomasdao