I have multiple views inside horizontalScrollView and is currently showing 3 views at a time on screen. When user scroll through Horizontalscrollview, some different views which are previously being hidden are now displayed on screen.
So how do I know the indices of child views which are currently displaying on screen. Please suggest some way of doing it.