I am trying to use one gallery on fill parent and one with a specific height over the first one. I want the second one to be something like a menu for the first and when you click on any of the items in it the big one will change to that item too.
I tried using gallery and ViewFlipper but I can change the position of the ViewFlipper or the gallery. I can only make them go one position ahead or one back... How can I make a ViewFlipper or a gallery animate to a specific place in the array with pictures?