Loading...

Android CardView Example

Google has introduced two new user interface widgets called CardView and RecycleView in Android L and these can be used with android support library. In this tutorial, you will learn to implement CardView to your android application using support library.

Here we are going to implement cards in android app using CardView widgets. For that first, you have to add the support library dependency in build.gradle file.

Related:
Simple Android ListView Example
Android ListView with Image and Text
Android Material Design with Design Support Library

Android Example: How to Implement CardView in Android


Let’s start by creating new android project with project name Android CardView Example Tutorial.

Open your app build.gradle file and add the CardView support library in build.gradle file compile 'com.android.support:cardview-v7:23.1.0'

build.gradle

Now open your XML layout file and add CardView using support library. Following is the complete content of XML layout file.

res/layout/android_cardview_example_tutorial.xml

Android Example: How to Implement CardView in Android

Run your Android CardView Example/Tutorial application which will look like above screenshot.
XML 8575915829138578473
Home item