Android scrollable calendar with full year

浪子不回头ぞ 提交于 2019-12-13 02:57:29

问题


I stuck on a CalendarView, I need to do something like:

How can I achieve this? Calling instance for each month is obviously bad idea...


回答1:


You can implement your own calendar view using a ListView where each Item on your ListView is a month, you don't need to instantiate each month with the ListView, you will only instantiate like 3 or 4 months depending on your implementation.



来源:https://stackoverflow.com/questions/21137186/android-scrollable-calendar-with-full-year

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!