Harsha M V
Harsha M V

Reputation: 54949

Android Gallery View

I am looking for any open source Gallery view Plugin for Android. I have tried out the in built gallery view at http://developer.android.com/resources/tutorials/views/hello-gallery.html

Just want to explore any other gallery that has been implemented out there.

Upvotes: 0

Views: 5506

Answers (2)

dparnas
dparnas

Reputation: 4098

I've implemented a slideshow/photoframe app which has been open-sourced and made available on github . Feel free to fork it.

This project is used in the Photo Voyages of Trey Ratcliff market app Market link

Upvotes: 2

Vladimir
Vladimir

Reputation: 3812

you can look at Android Coverflow Widget but it still extends gallery view

Upvotes: 3

Related Questions