I want to put ListView inside the horizontal ScrollView in Android.
Our requirement is that I want scroll screen horizontally.
So can I put ListView inside the ScrollView?
I want to put ListView inside the horizontal ScrollView in Android. Our requirement is
Share
Try a
ListViewinside aViewFlipper,e.g.: http://www.androidpeople.com/android-viewflipper-example
You can even consider
ViewPager.