Cardslib's CardView OnCardClickListener's onClick method not being called
问题 I am using this library in my app: Card Library : Guide and created a card as shown in the example. Now I need to handle a click event, but I receive an error when instantiating the following: new Card.OnCardClickListener , which says OnCardClickListener is abstract: cannot be instantiated . In my Activity I have this code: Card card = new Card(getBaseContext());//getContext() CardHeader header = new CardHeader(getBaseContext()); card.addCardHeader(header); final CardViewNative cardView =