hi all.
I am making an image application. In that I am moving images one by one. I am also showing image thumbnail at the bottom of screen in scroll view.
My problem is when I change the image on touch in main image view, the thumbnail image should highlighted. If again changing the main view image the next thumbnail image should be highlighted.
for highlighting image I've set an image with border to the back of thumbnail image.
Now exactly I want to set that bordered image on the back of highlighted image in scrollview. and also wants to change the bordered image with change of image in main image view.
can any one suggest me how to do this thing.
thanks in advance.