how can i create a calendar view in compose multip...
# multiplatform
p
how can i create a calendar view in compose multiplatform
y
If you want to achieve something like the attached image, check out the Material3 DatePicker (still experimental) You can find an example here: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]/java/androidx/compose/material3/samples/DatePickerSamples.kt
p
not a date picker, i wanted to show user's activity over a couple of months found this, highly customisable , just implemented , works great https://github.com/kizitonwose/Calendar?tab=readme-ov-file
👍 1
y
Glad you found a solution 🙂