tags:

views:

50

answers:

1

In my app I want to create something like this: like this:

alt text

I thought to put five buttons inside a linear layout, but the problem is how to show the inner items at run time. Every time i click on a button i want to show the proper items and hide the others.

+1  A: 

I've never had the pleasure of using them, but I think ExpandableListView might be what will help you. You can find documentation here. And a nice example with sample you can use here.

Sephy
Thanks. i try with ExpandableListView
carlo