Hello,
I use a gridView to show pictures stored on the SD card and when I click on a picture I start a new activity where I show the pictures in a gallery (to show each picture in full screen), but I have a problem : i can't start the gallery at the correct picture , How can I do to tell to the gallery to go at the picture clicked before. (I use a ImageAdapter to store the pictures likes the samples in ApiDemos).
Can you help me please ?

