kizitonwose / Calendar

A highly customizable calendar view and compose library for Android.
MIT License
4.5k stars 492 forks source link

Yearly calendar view #513

Closed nAkhmedov closed 5 months ago

nAkhmedov commented 6 months ago

Feature

Any tricks to display yearly view by using this library? Thanks in advance!

telegram-cloud-photo-size-5-6311896965293652696-y

kizitonwose commented 6 months ago

At the moment, this is not possible, but it is worth exploring using LazyHorizontalGrid/LazyVerticalGrid in compose and GridLayoutManager for the View system. I will see if I can find the time for this soon.

kizitonwose commented 6 months ago

I was able to get something basic by using LazyVerticalGrid internally. But I have now realized this would need more work than I initially thought. I am wondering if there is enough use case to justify the effort required to bake this into the library or if you are better off forking the library and making the required changes.