#This calendar is implemented using viewpager and gridview 这个的实现主要是在小江的日历基础上做了一下改变。 小江的日历视图是通过View自己画出来的。我做的改变就是把这部分用GridView实现,其他的都没有变化。 因为GridView的你可以通过layout文件来布局,就很方便了。你觉得呢。 qq:659316961 引用自小江的日历:https://github.com/xiaojianglaile/Calendar View绘制:http://blog.csdn.net/y12345654321/article/details/73331253 滑动处理:http://blog.csdn.net/y12345654321/article/details/77978148