I want to develop a memory game; there will be 4×5 images in a grid. Let me show you an image.

But I need little bit animation. here I found a tutorial http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html. I want this type animation.
But somehow I can’t get how I can make it in a GridView.
Any kind of help are appreciated.
When using a
GridView, the clicked View is provided in theonItemClick()callback.Eg:
In order to achieve the
Flip3dAnimation, linked to in your question, you must first implement theFrameLayout, described there, as yourGridViewitems.