I would like to use horizontall scrolling items in a vertically scrolling Listview.
My naive take on this was to put the contents of the listview items inside a scro
Make ordinary ListView with any adapter you like but design the item Layout something like this:
ListView
adapter
You'll have Vertically Scrollable ListView with Horizontally Scrollable items. And the items are scrolled independantly from other items.
Scrollable ListView
Scrollable