0

This is what I need to achieve:

Red is screen, green/blue is the images in the list view. User should be able to scroll horizontally and vertically. And wait, there's more - they need to be pinch-to-zoom-able...

How do I achieve that effect? (I don't wanna think about OOMEs at this point)

enter image description here

Kaloyan Roussev
  • 14,515
  • 21
  • 98
  • 180

1 Answers1

0

Have a look at :

Android: How can I make horizontally scrollable items in a vertical listview?

How to use horizontal scroll in listview?

Though you can do it, it is usually a bad practice to nest a scroll view inside a listview.

Community
  • 1
  • 1
Adnan Mulla
  • 2,872
  • 3
  • 25
  • 35
  • And how do I make that zoomable (by tap or pinch)? And how do I tell the image views (the list view items will be images) to be wider than the screen? – Kaloyan Roussev Jun 18 '15 at 06:19