Hi
There are two problems with the source:
Can't use buttons for starting activities.
Can't use Images for each cards:
mCardAdapter.addCardItem(new CardItem(R.string.title_1, R.string.title_1 ));
I want use images for second argument.
How can I do these?