blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
810 stars 150 forks source link

How to set Image Instead of the colors #36

Open DanishMChowdhry opened 5 years ago

DanishMChowdhry commented 5 years ago

I have been trying to set image instead of the color fragment but not able to do so can anyone help

blipinsk commented 5 years ago

You're trying to use the sample app for your project? If yes, you will need to modify the fragment_dummy to consist of ImageView and you will need to create your own PagerAdapter in the MainActivity to set proper images on those ImageViews (in those Fragments)