I am attempting to create an Android UI similar to the one shown above.
This type of layout is fairly common in websites and I want to recreate this for my Android app.
It is a list of names and when you click on a name it expands and displays some customized UI.
Can someone please guide me on how this can be achieved ?
To be specific, the expansion when clicking a name so that a new View
is displayed.