Android Scrollable Calendar With Full Year
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...
Solution 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.
Post a Comment for "Android Scrollable Calendar With Full Year"