I'm trying to do a memory game with a GridView (or tell me if there is better solution than gridView...)
I set an OnItemClickListener, and I have the ImageView i've click, but how to know the position of the image ? Or can I set an ID of my ImageView in the Grid ?
Because I want to get the ID/position (something unique) to seach in a HashMap wich contains all my Image (to know what's the image, if it match with another image, etc...)
PS : Sry for my english, i'm french
Thanks a lot



