gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

CardArrayRecyclerViewAdapter is not accepting a CustomCard #561

Open anandzoom opened 7 years ago

anandzoom commented 7 years ago

CardArrayRecyclerViewAdapter cardArrayRecyclerViewAdapter = new CardArrayRecyclerViewAdapter(getApplicationContext(), cards);

Above code is showing error. Looks like CardArrayRecyclerViewAdapter constructor will accept only a Card object and not a CustomCard object. How do I do it?