Material design listview on Android 4 -


hi i'm trying create listview on android 4+ similar available in material design, https://developer.android.com/design/material/videos/contactsanim.mp4 modifications, after click on item expand item in pretty way scrolling top of list , making rest of items darken. best way achieve on android 4? trying use expandablelistview looks awfull. or maybe there library can provide functionality?

yes use transition api building animations this. part of api used in android 4+ bu using, example, library


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -