CardView is a widget used to show complex lists and cards in your app, it has material design style by default.
I have the following CardView and I want to set different radius for each corner in the card. Is it …
android android-layout material-design android-cardview material-components-androidI want to create a toolbar like the following image as proposed in the material design guidelines: I can achieve …
android material-design android-support-library android-appcompat android-cardviewMy question id directly related to @Richard's one about the method onBindViewHolder() within the RecyclerView.Adapter is not called as …
android android-cardview android-viewholder android-recyclerviewI have simple FrameLayout with support CardView as first item, and TextView as second, so TextView must be on top …
android xml android-5.0-lollipop android-support-library android-cardviewI have designed a layout with map fragment and recyclerView. Each recyclerView item is cardview (I have specified give the …
android android-recyclerview android-cardviewI am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation "com.google.…
android android-layout android-cardview material-components-android material-componentsI have a custom implementation of a CardView support widget but I can't seem to get the background for the …
android android-layout android-support-library android-custom-view android-cardviewI have tried using CardView in ViewPager and everytime I swipe left/right on CardView it goes to the next …
android android-viewpager android-cardviewDoes anyone know how to have a floating Cardview like this? http://chairnerd.seatgeek.com/images/autocomplete_checkout.gif The …
android android-cardview floatinglink check this news app, i want to develop like this. i want swipe up/down side effect.. i tried …
android android-cardview swipe-gesture