python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to display numbers (starting from 1 to n) for CardViews of dynamic size?
I have a main class where I have a CardView and one add button. On clicking add Button, we can add a cardview below. How this works is basically that I have incorporated card.xml layout into my main c...
mebeingaprogrammer
Votes: 0
Answers: 2
Click Listener not triggered on CardView
I have created a recyclervuew which contain Cardview as below:
item.xml
<androidx.cardview.widget.CardView
android:id="@+id/tileLayout"
android:layout_width="match_pa...
Seb
Votes: 0
Answers: 0
Keep getting error "Conflicting declarations: val open: ImageButton, val open: ImageButton"
I'm still in the proccess of creating my app. I'm trying to make it to where when i click the imabe button it will go to a new activity. each image button has it's on activity.
code*
`
override fun on...
DCam
Votes: 0
Answers: 2
I want to add the same cardView of my xml underneath the first one when i clic on the add Button and that can be maked endlessly
Hello i'm stcuk by a little problem,
I want to add a new CardView with same set of the first CardView underneath the first Cardview only when i click on my button and this action can be repetable endl...
Ju Mo
Votes: 0
Answers: 1