carlo
carlo

Reputation: 93

Android: need help to create UI

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.

Upvotes: 0

Views: 153

Answers (1)

Sephy
Sephy

Reputation: 50392

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.

Upvotes: 1

Related Questions