RayKaushik
RayKaushik

Reputation: 301

Collapsible Section in Android standard

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

Answers (1)

Mohammad Ersan
Mohammad Ersan

Reputation: 12444

Yes you can, you can use ExpandableListView, and see this sample here: How To Get Started With ExpandableListView

Upvotes: 3

Related Questions