felixbeltranr / android-coverflow

Simple implementation of android's cover flow widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple implementation of android's cover flow widget.

License:Other


Languages

Language:Java 100.0%