Question

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?

Was it helpful?

Solution

I don´t know the Google Weather/News app, but if I understand you correctly a ViewFlipper/ViewAnimator could help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top