/android-coverflow

Simple implementation of android's cover flow widget.

Primary LanguageJavaOtherNOASSERTION


This repository is no longer maintained. Issue reports and pull requests will not be attended.


Simple implementation of android's cover flow widget. It is largely based on excellent code from Neil http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html

Example activity which is embedded into the library is shown below:

android-coverflow

Main changes were about performance improvements, layering adapters (including Image reflection layer), packaging as library project + custom attributes, so that cover flow can be configured in XML.

Example of usage is here:

CoverFlowTestingActivity.java

And here:

main.xml