i have a scroll View which contains 10 images on a row. the fiarst 5 items will display on the screen at first time the remaining 5 images will display only after the scroll.
However ,I need to display only one image per each scroll.
Details
i have 10 images in my scroll view on a row.
1st,2nd,3rd,4th,5th images will dispaly at the firt time.
when first scroll is done , i need to dispaly the 2nd,3rd,4th,5th,6th images
after next scroll,i need to dispaly the 3rd,4th,5th,6th,7th images
after next scroll,i need to dispaly the 4th,5th,6th,7th,8th images etc.
is there any way to do it? can any one provide me a good way.
Thanks