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.
- Host: GitHub
- URL: https://github.com/polidea/android-coverflow
- Owner: Polidea
- License: other
- Created: 2014-04-15T14:50:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T13:35:58.000Z (almost 10 years ago)
- Last Synced: 2025-05-01T21:32:18.570Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 891 KB
- Stars: 68
- Watchers: 22
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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:
[](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)