I could be able to set the Animation to the Gallery ImageAdapter . but
I could see only first image is being iteratively , I want to set to
all the images from the ImageAdapter. This's my ImageAdapter.

Integer[] mImageIds = {
   R.drawable.mario,
   R.drawable.one,
   R.drawable.two,
   R.drawable.three
};
I've write a for loop

for (int i : mImageIds) {
            mImageIds[i].
    }
But I could not set startAnimation(animation) to mImageIds[i] . Then,
how could I change to get the point I want.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to