Top "Layout-animation" questions

How to create the delay of 1 sec before set the alpha of View?

In My Application i am going to set the alpha after one animation. As like: hideMenu = AnimationUtils.loadAnimation( getApplication(), R.…

android xml animation android-animation layout-animation
View animation right to left android

I am not able to put view animation for inflated layouts. I used the following code snippet pageView.startAnimation(AnimationUtils.…

android animation layout-animation
change animateLayoutChanges property using java code

I'm working on a android application which is use layout change animations. what i want to know is, is there …

java android layout-animation
Dynamically animate a layout

I have to implement a (child) layout translate animation programmatically because the distance to translate is determined at runtime. I …

android dynamic translate-animation layout-animation
How do I use a GridLayoutAnimation in a RecyclerView?

I'm trying to replace my GridView with the new RecyclerView (using GridLayoutManager) but it seems like it doesn't cope well …

android android-recyclerview layout-animation