Viewing Content List on Android 4

Hi I'm trying to create a listview on Android 4+, similar to those available in material design, something like https://developer.android.com/design/material/videos/ContactsAnim.mp4 , but with some changes, after clicked on an element I would like to expand this element quite nicely, scrolling almost to the top of the list and making the rest of the elements dark. What's the best way to achieve something like this on Android 4? I tried to use ExpandableListView but it looks really awful. Or maybe there is a library that can provide this functionality?

+3


source to share


1 answer


Yes, you can use the Transition API to create animations like this. Most of this API can be used in android 4+ bu using for example this library



+1


source







All Articles