How I can set animation(expand/collapse) for expandable list whit use customize adapter that extend BaseExpandableListAdapter?
Update: Like This : https://www.youtube.com/watch?v=J7rcFRKvpyY
How I can set animation(expand/collapse) for expandable list whit use customize adapter that extend BaseExpandableListAdapter?
Update: Like This : https://www.youtube.com/watch?v=J7rcFRKvpyY
You need to include this in the layout file, in the parent of your list
Then something like this in onCreate() in your activity.
You can learn more about using LayoutTransition here