Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to make a custom calendar in android application?

Tags:

android

I have to make an application with a calendar control built in for android 2.1-2.3. I have tried to search for a inbuilt & external library to achieve this but have not been able to. Hence now i have decide to code the calendar myself. i was thinking of doing it via GridView. How do i go about this.

If there is a code available then do produce it over here. It would really be very helpful.

like image 649
user590849 Avatar asked Apr 19 '11 05:04

user590849


1 Answers

May I recommend you take a look at the Google Calendar source. You may in fact just use their implementation. Using a GridView is also not bad. Android seems to also have a CalendarView. I would recommend looking at that, although I am not sure if its what you need. It would be helpful to know exactly what you need the calendar to do though. The question is very broad.

like image 61
Andy Avatar answered Oct 05 '22 21:10

Andy