i am working on animation, i want to give animation to the child view of costume grid view. and that animation like 3d Transition for chile(image view) of android.
I am using the concept is as per http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html.
But i can not able to animate the imageview of gridview.
Please help me.
You have to apply setStaticTransformationsEnabled(true);
at the constructor of your custom GridView
. Then apply the transformations at the protected boolean getChildStaticTransformation(View child, Transformation t)
and return true
to that overriden function
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With