gabrielemariotti / cardslib

Android Library to build a UI Card
4.67k stars 1.2k forks source link

CardArrayRecyclerViewAdapter is not accepting a CustomCard #561

Open anandzoom opened 6 years ago

anandzoom commented 6 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?