gabrielemariotti / cardslib

Android Library to build a UI Card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardArrayRecyclerViewAdapter is not accepting a CustomCard

anandzoom opened this issue · comments

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?