HorizontalScrollView in Android | AndroidMonks
HorizontalScrollView in Android with Example HorizontalScrollView provides with a Class to create a View that allows scrolling an item in the horizontal manner only. This View is a replacement to the deprecated Gallery class, and can be effectively used to show pictures or any drawable for that matter. Creating aHorizontalScrollView is simple and performs the same process … Read more HorizontalScrollView in Android | AndroidMonks