Android Calendar View, show only 2 weeks
问题 Is there a way to display a calendarview for 2 weeks at a time instead of the full month(4 weeks)? Please see the attached images. I would still like to retain the gestures Scrolling left/right will change months Scrolling up/down will show me the following weeks. Hoping that someone can point me in the right direction. Thank you! 回答1: for this what I did was the following Create View pager (to mimic swiping left and right of a calendar) In the view pager adapter, use fragments (MonthFragment