• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Custom Android SlideShow Component

tenacious

Lurker
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/
 
Back
Top Bottom