python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to set up ItemTouchHelper with RoomDB?
So i want to make a To-Do app. I want to make CardView added to recyclerView swipeable. I used ItemTouchHelper but it does't work. Here is my code
MainActivity.kt
class MainActivity : AppCompatActivit...

Dominik
Votes: 0
Answers: 0
card's shadow on top of other cards Android kotlin
I was wondering if there is a way to create such an effect in android where the card shadow affects other cards (appears on them) like this UI design
enter image description here
hamza as
Votes: 0
Answers: 0
Android Studio - Clickable CardViews inside Fragement
I am new to Android Studio,
I have a "Settings Fragment" in which I have multiple CardViews (ID's: "account", "store", "bank", "Language", "User ...
Makani
Votes: 0
Answers: 1
When I run it on my device, the cardview doesn't display, only a blank activity
I was wondering what is the problem with my card view because I try several options that I found like hardware acceleration="true" or app:compatPadding="true". thanks for answering...
Konmei
Votes: 0
Answers: 1