An open API service indexing awesome lists of open source software.

https://github.com/polidea/android-coverflow

Simple implementation of android's cover flow widget.
https://github.com/polidea/android-coverflow

Last synced: about 1 year ago
JSON representation

Simple implementation of android's cover flow widget.

Awesome Lists containing this project

README

          

---

__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](http://img.youtube.com/vi/TXIejVMUaS8/0.jpg)](http://www.youtube.com/watch?v=TXIejVMUaS8)

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](https://github.com/Polidea/android-coverflow/blob/master/src/pl/polidea/coverflow/testingactivity/CoverFlowTestingActivity.java)

And here:

[main.xml](https://github.com/Polidea/android-coverflow/blob/master/res/layout/main.xml)