Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidschreiber/FancyCoverFlow
A cool Open Source CoverFlow view for Android with several fancy effects.
https://github.com/davidschreiber/FancyCoverFlow
Last synced: 2 months ago
JSON representation
A cool Open Source CoverFlow view for Android with several fancy effects.
- Host: GitHub
- URL: https://github.com/davidschreiber/FancyCoverFlow
- Owner: davidschreiber
- License: other
- Created: 2013-05-03T17:15:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T20:15:52.000Z (over 9 years ago)
- Last Synced: 2024-07-01T10:56:12.566Z (7 months ago)
- Language: Java
- Homepage: http://davidschreiber.github.io/FancyCoverFlow/
- Size: 3.35 MB
- Stars: 1,087
- Watchers: 65
- Forks: 395
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/davidschreiber/FancyCoverFlow
README
FancyCoverFlow
==============THIS PROJECT IS NO LONGER MAINTAINED!
=====================================## What is FancyCoverFlow?
FancyCoverFlow is a flexible Android widget providing out of the box view transformations to give your app a unique look and feel. Curious about what FancyCoverFlow can do for you? Check out the FancyCoverFlow examples on Google Play.[![Google Play Link](http://davidschreiber.github.io/FancyCoverFlow/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=at.technikum.mti.fancycoverflow.samples)
![FancyCoverFlow Framed Screenshot](http://davidschreiber.github.io/FancyCoverFlow/screenshot2.png)## How to use?
Using FancyCoverFlow in your Android app is as simple asfancyCoverFlow = new FancyCoverFlow(context);
fancyCoverFlow.setMaxRotation(45);
fancyCoverFlow.setUnselectedAlpha(0.3f);
fancyCoverFlow.setUnselectedSaturation(0.0f);
fancyCoverFlow.setUnselectedScale(0.4f);You can also inflate FancyCoverFlow from XML: