tags:

views:

766

answers:

0

In looking at the ApiDemos example in the Android (1.5) SDK, there is a fine example of using an ImageSwitcher, with a Gallery object to provide the "change image" actions.

The application I'm looking to write, starting into Android development, has three images that I want to be able to pane/scroll through, so ImageSwitcher looks like a fine solution. However, I don't [necesarily] want to have thumbnails in a gallery. I want either a swipe action, and/or a button, to cause a scroll to the previous/next image in the set.

The example ImageSwitcher in ApiDemos uses a Gallery, and without that Gallery, doesn't do anything.

If someone has a suggestion of a way to bind some sort of button controller, or a U/I swipe object, I would appreciate the pointer.

Sorry to ask such a newbie level question.

Thanks.