This a sample Android application to show how to implement CalendarView based on GridView. Source code is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
See the introduction
I cleaned up the code a bit. For example:
- Removed redundant layout elements in XML layout files
- Simplified and optimised the logic in the
Adapter - Used typed fields while sending
Intents - Better background colors
- etc.