About 32,000 results
Open links in new tab
  1. Create a card-based layout | Views | Android Developers

    Dec 4, 2025 · The system provides the CardView API for you to show information in cards that have a consistent look across the platform. For example, cards have a default elevation above their …

  2. CardView in Android With Example - GeeksforGeeks

    Jul 23, 2025 · CardView is a new widget in Android that can be used to display any sort of data by providing a rounded corner layout along with a specific elevation. CardView is the view that can …

  3. CardView in Android Studio: A Comprehensive Guide - Medium

    May 15, 2024 · CardView is a versatile component that helps achieve modern and elegant UI designs. This guide will walk you through everything you need to know about CardView, from basic setup to …

  4. Android - CardView - DevTut

    CardView is a member of the Android Support Library, and provides a layout for cards. To add CardView to your project, add the following line to your build.gradle dependencies.

  5. Setting up a CardView Layout - Home and Learn

    In Android, a CardView is a special container that allows you to have a kind of popup screen with rounded corners and drop shadows to create the illusion of depth.

  6. CardView Tutorial Using RecyclerView Example In Android Studio

    This new widget is a big step for displaying data/information inside cards. We can easily design good looking UI when we combined CardView with RecyclerView. A CardView is a ViewGroup that can be …

  7. Android CardView Using Kotlin With Example - Tutorialwing

    In this article, we will learn about android CardView using Kotlin. We will go through various example that demonstrates how to use different attributes of CardView.

  8. Using the CardView · codepath/android_guides Wiki · GitHub

    Android 7.0 introduces a new widget called CardView which essentially can be thought of as a FrameLayout with rounded corners and shadow based on its elevation.

  9. Using the CardView | CodePath Android Cliffnotes

    CardView should be used when displaying heterogeneous content (where different cards show different types of information). Using a list or a grid of tiles (non-cards) for homogeneous content is preferred …

  10. Android CardView Tutorial with Examples | o7planning.org

    Android 5.0 (API Level 21) introduced a new component called CardView, which is basically a rectangular container with four rounded corners and Shawdow effects at the borders.