Linked Questions

Popular Questions

How to draw or make a calendar?

Asked by At

I am trying to make/draw a calendar. I am currently using canvas to draw it but I was wondering if anyone knew of a better way? I just want to display a month view of a calendar. I have .ics files on an SD card. The only difficulty I am having is how to draw the actual calendar. I also am trying to to make it so when the user clicks on a day a dialog pops up telling the user what events they have scheduled for that day. Any tips? I am looking at GridView as an alternative to drawing it using Canvas and Paint.

Thanks, -G

Related Questions