How to show only one item at a time in scroll view?
If i use view flipper scrolling will not be possible it will flip but i should get the effect such that user scrolling views lets say in my application i used edit text and one button with in layout this whole layout has to scroll one at a time. The reason is only small portion of whole screen has to display this scroll view if multiple items were displayed its not quite enough to differentiate between each layout( Button + edit text)
For Gallery it seems we need to override onFling and shouldn't call super class method but for ScrollView there is no Onfling so which method to override to make one item per view possible