When looking at the ApiDemos example in the Android SDK (1.5), there is a great example of using ImageSwitcher with a Gallery object to provide โchange imageโ actions.
In the application that I am looking for for writing, starting with the development of Android, there are three images that I want to possess / scroll, so ImageSwitcher looks like a great solution. However, I [not necessarily] want to have thumbnails in the gallery. I want either a swipe action and / or a button to cause scrolling to the previous / next image in the set.
The ImageSwitcher example in ApiDemos uses the Gallery and does nothing without this gallery.
If anyone has a suggestion to bind some kind of button controller or a U / I swipe object, I would appreciate a pointer.
Sorry to ask such a question at the novice level.
Thanks.
source share