Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A cool Open Source CoverFlow view for Android with several fancy effects.

License

Notifications You must be signed in to change notification settings

hxd0310/FancyCoverFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

29 Commits

Repository files navigation

FancyCoverFlow

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 FancyCoverFlow Framed Screenshot

How to use?

Using FancyCoverFlow in your Android app is as simple as

fancyCoverFlow = 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:

<at.technikum.mti.fancycoverflow.FancyCoverFlow
 android:layout_width="match_parent"
 	android:layout_height="match_parent"
 fcf:maxRotation="45"
 fcf:unselectedAlpha="0.3"
 	fcf:unselectedSaturation="0.0"
 fcf:unselectedScale="0.4" />

About

A cool Open Source CoverFlow view for Android with several fancy effects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /