When I click in one item of a ListView I want to expand the item and show his data, inflating other view.
Using an ExpandableListView is okay for this case or there are better ways to do that?
If someone have any examples that would be great.
Asked
Active
Viewed 102 times
0

Victor
- 5,043
- 3
- 41
- 55
-
create custom listView with `+` and `-` as image. handle the click individually. – Mohammad Tauqir Oct 12 '15 at 04:16
-
See [RecyclerView Animation on Item Click](http://stackoverflow.com/questions/27642644/recyclerview-animation-on-item-click) probably help u. – ρяσѕρєя K Oct 12 '15 at 04:18
1 Answers
0
Follow this lib https://github.com/tjerkw/Android-SlideExpandableListView it can be help you.

hoangdv
- 15,138
- 4
- 27
- 48