I've created a custom component for viewing a set of images in a single view-pane (a.k.a. slide show). Right now the slide show is defined as a set of Drawable objects or URLs - or a mixture of the two. You should be able to use any Drawable subclass but currently only BitmapDrawable is tested. The intention is to add support for using View objects once I get the testing coverage hammered out.
http://code.google.com/p/android-slideshow/
http://code.google.com/p/android-slideshow/