0

I am trying to find a solution similar to this one but for an Android platform:

http://itunes.apple.com/us/app/hipmunk-flight-search/id419950680?mt=8

Have a look at that website. Basically the idea is to scroll laterally and vertically on the green content area (see the image below) and the two menus (red and blu) should scroll accordingly. If you scroll over the content area (green) left-right, the blu top menu should scroll as well. If you scroll up-down the red menu should scroll up-down as well.

The areas of the menu, is always there in the page.

enter image description here

does anyone have any suggestion?

virtual82
  • 855
  • 1
  • 10
  • 20

2 Answers2

1

You can try to put a Scrollview inside of a Horizontal Scrollview. Hope You can scroll in both direction.

Walid Hossain
  • 2,724
  • 2
  • 28
  • 39
  • It is more complicated than this. You need to be able to scroll the same rows on the green and red areas and at the same time the same columns on the blue and the green areas – virtual82 Jun 28 '11 at 03:39
0

Solution to this can be found here

that guy Pedro Loureiro explain it shortly although providing no extremely detailed source code. But that's how I sorted it out.

Community
  • 1
  • 1
virtual82
  • 855
  • 1
  • 10
  • 20