# mCalendarView **Repository Path**: spongebobsun/mCalendarView ## Basic Information - **Project Name**: mCalendarView - **Description**: Simple calendar widget for Android developers - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Thanks for download. mCalendarView is a simple calendar widget for Android developers. This project is REALLY simple right now. And it's my first GitHub project. /** When I first meet the need to add a calendar in my project, I tried the build in widgetprovided by Google. And then I can NOT find out a way to mark or highlight a date. And due to I'm in China mainland, so Google's official documents seems so far away from me.So, it suddenly comes to me, why not write it from scratch? First version is implement in pure Java. Not a single XML. It's ugly but fits my requirement. And this is the second version. I use the GridView instead of FrameLayout. This really helps me reduce a lot work. */ 1. To use it, just add it to your layout xml simply. 2. To mark a date, just use - markDay(int day,in color,int style); in mCalendarView. Currently, there is only one mark style. I'll add more styles in next version. 3. To add a ItemClickListener, just call - mCalendarView.setOnItemClickListener(...); As I just said, this project is really simple right now. I'll add more features. Any questions, feel free to leave a comment or wirte a E-mail to widekuan@outlook.com directly