I need to realize something like that in the picture:
"TITLE" rectangle makes a list of object and when I click on one of these objects is opened a "sub menu" (where there are ELEMENT #1, 2 etc.). The system is similar to a expandable listview, but more customizable.
How do you suggest to realize that? How can i do an animation for the collapse of the sub menu? If I set sub menu with gone and then when onClick on title I set that with visibility=visible suddenly appears...I'd like something of animated in Android style.
What do you suggest? I was thinking to realize an object to istantiate each time i need to realize something like that.