yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

Cannnot resolve constructor CardStackLayoutManager manager = new CardStackLayoutManager(); #200

Closed AtharvaAbsolute closed 5 years ago

abhi9419 commented 5 years ago

Please pass the context while initializing the manager. CardStackLayoutManager manager = new CardStackLayoutManager(this);