Anand Kumar
Results
1
issues of
Anand Kumar
`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...