Reputation: 301
Is there any standard option available to create a collapsible section with android satndard SDK. In which we can have a normal clickable header which will show or hide some section.
Thanks in Advance, Kaushik
Upvotes: 3
Views: 2355
Reputation: 12444
Yes you can, you can use ExpandableListView, and see this sample here: How To Get Started With ExpandableListView
Upvotes: 3