I am looking for a way to tell which item in a Gallery View has landed in the center after scrolling the Gallery left or right. At the moment I can only get a response when clicking one of the Gallery items, which of course brings it to center. The exact behavior I am trying to accomplish is to be able to scroll the Gallery and have a TextView indicate which item has landed in the center, without having an item actually clicked upon.
Very new at Android, any thoughts would be appreciated.
Thanks!