ViewPagerCards
ViewPagerCards copied to clipboard
ViewPager cards inspired by Duolingo
I want to add a new Card Fragment named CardFragment2 , how do i add like similier: addCardFragment(new CardFragment2)); for(int i = 0; i< 2; i++){ addCardFragment(new CardFragment()); }
一个card 一个 Fragment ,有什么优缺点 请解释一下?
Hi, is there is any listeners when i swap from one card to next?
i used enableScaling = true but not become effective when data.Size = 1
Hi There are two problems with the source: Can't use buttons for starting activities. Can't use Images for each cards: mCardAdapter.addCardItem(new CardItem(R.string.title_1, R.string.title_1 )); I want use images for second...
Hi, i use this ... Great ! but how to add onclick listener for each card view !? i need go to another activity when click on each card view...
How do you Know the swiped card details. when i swipe cards i want know the card details EX: card name like 1 , 2 , 3, 4 ..... when...