kevintich
kevintich

Reputation: 51

Cool android image view

I am currently developing an photo gallery app for android. I would like to make a similar flash-like image view like the one found on this site http://www.ideas.singtel.com/appmanager/ideas/web?_nfpb=true&_pageLabel=web_homepage . This will be nice for user interactivity....

how can i do it to a similar quality or what should i research on?

Kind regards

Kevin

Upvotes: 1

Views: 455

Answers (1)

Reno
Reno

Reputation: 33792

Here is a huge tutorial to make a coverflow widget for Android. I think you can customize this to give a rolodex look that you want.

CoverFlowExample simply extends Activity and instantiates a Coverflow class in it's onCreate method. It also has an internal Class, ImageAdapter which we use as the adapter for the Coverflow widget, much as we would for a Gallery widget

Upvotes: 1

Related Questions