You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a meal planner that implements this view alongside a list view which displays a scrollable list of singular day events.
Whenever my listview is scrolled or a day selected, I need the visible week in the collapsible view to contain the week with the selected date. Using the example above, if the 6th is selected then the week will still display as 29th - 5th.
I'm not certain if there exists a way to already do this but It would be nice to have this feature built into the calendar instead of having to manually call prev/next week until the desired effect is achieved, are there any plans to integrate anything like that?
The text was updated successfully, but these errors were encountered:
karangoel16
added a commit
to karangoel16/Collapsible-Calendar-View-Android
that referenced
this issue
Nov 5, 2019
I am creating a meal planner that implements this view alongside a list view which displays a scrollable list of singular day events.
Whenever my listview is scrolled or a day selected, I need the visible week in the collapsible view to contain the week with the selected date. Using the example above, if the 6th is selected then the week will still display as 29th - 5th.
I'm not certain if there exists a way to already do this but It would be nice to have this feature built into the calendar instead of having to manually call prev/next week until the desired effect is achieved, are there any plans to integrate anything like that?
The text was updated successfully, but these errors were encountered: