Hi,
I managed to implement a GalleryView, create a custom Adapter that returns a ListView for each item of the gallery but now the the problem:
I while I can scroll the listview vertially, I can no longer scroll the GalleryView horizontally.
What I am aiming at is a UI similar to the Google Weather/News application. While you can click a 'tab-like' gallery item on the top, you can also horizontally scroll the list views that represent the news items.
How can I implement this?