i should want expand and collapse when clicking on...
# compose
n
i should want expand and collapse when clicking on a dropdown arrow.
s
Hey Nitesh. I think you need to improve the way you ask your questions here. As seen in this thread too https://kotlinlang.slack.com/archives/CJLTWPH7S/p1741254695858399?thread_ts=1741254695.858399&cid=CJLTWPH7S asking generic questions like this without explaining what you did try and what you had trouble with, does not lead to people being able to actually help you. Try to show us the code of what you've tried so far and which part specifically you need help with.
☝🏽 2
☝️ 8
☝🏼 1
m
If you are talking basically just a collapsible container, you just need a state flag and an AnimatedVisibility. There's a good article here that should help you: https://proandroiddev.com/creating-expandable-sections-with-compose-c0e827fb6910
🙏 1
I would also, before you ask questions here, try doing some google searches. This was the first thing that came up when i search for
compose collapsable container
.