I have created a GridView
to manage a Calendar application. The idea is that the user will be able to add text and images to specific days, and view events in the grid.
Are there any calendar libraries or built-in classes that I could use instead of GridView
, or does anyone have experience using a GridView
specifically for this (or a similar) purpose?
Answers with code would be very appreciated.