Skip to content

ElBedeawi/StackCardsAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

StackCardsAndroid

Android Stack Cards swipe able

RelativeLayout cardsContainer = (RelativeLayout)findViewById(R.id.relative_container);

//Activity owningActivity, RelativeLayout container, int cardHeightDP, int cardDiffDP,float cardScale, int animationDuration)

StackCards stackCards = new StackCards(MainActivity.this, cardsContainer, 100, 50, (float) 0.2, 500);

//(Number of Cards, The Layout of the Card)

stackCards.initCards(7, R.layout.stack_card);

About

Android Stack Cards swipe able

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages