I implemented a gallery, and inside it I have many listviews from left to right.
For some reason Gallery works great with all views but not with listview.
With listview, when scrolling on the gallery, sometimes I get little jumps.
Anyone have an idea on how to solve this?
some notes: The gallery uses an adapter to find out what to show, and then the listview is created based on the adapter
Thanks
Scrollable items inside of other scrollable items tends to have problems. I am not surprised that this does not work well.