hi-manshu / Kalendar

Kalendar is a powerful and customizable calendar library for Android applications. It provides a flexible and intuitive way to display and interact with calendars in your app. With Kalendar, you can easily render calendar views, handle date selection, pagination, and range selection, and customize the layout to match your app's design.
https://www.himanshoe.com
Apache License 2.0
816 stars 66 forks source link

Listener for previous and next month #106

Closed jimmyale3102 closed 1 year ago

jimmyale3102 commented 1 year ago

Hi there Kalendar Team!! First of all I wanna say Congrats and thanks for this incredible library.

I Implemented it on my personal project and it works great. However there is a feature that I'd like you to add. I'm talking about the onPreviousClick and onNextClick on KalendarHeader. I'd like to know when user clicks on those options. You could return a lambda to let us to handle the logic.

Thanks in advance guys!

hi-manshu commented 1 year ago

Hey buddy, I am about to add a new design version for it and there you can add your own custom design as you like

hi-manshu commented 1 year ago

Hey mind checking https://github.com/hi-manshu/Kalendar/releases/tag/v1.3.0 It has options to add own custom Header/ Please do check

jimmyale3102 commented 1 year ago

Hey!... I'll check it. Thanks