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)
Image doesn't change when Radio button is pressed in android
I'm trying to change an image between three RadioButton in a RadioGroup so that each button displays a different image on the same ImageView. But it's not working, so clearly I'm missing something.
Th...
אריאל עדן
Votes: 0
Answers: 2
Can anyone explain the Android ViewBinding's bind() function optimized Java code?
I was looking at the auto-generated ViewBinding code in app/build/generated/data_binding_base_class_source_code and saw the bind() functions code and i cannot understand it.
@NonNull
public static Lay...
Alraj
Votes: 0
Answers: 1
viewBinding not making any changes inside fragment
My Goal
I am trying to access the widget that was created inside my fragment using viewBinding.
What I have done / Info about my app
The language I am using is kotlin.
I have already added the code ...
Chin
Votes: 0
Answers: 1
How can I move from one fragment to another fragment on button click? (kotlin)
I’m trying to move from one fragment to another fragment on button click and I have watched tutorials on YouTube using ViewBinding to perform this action. But each time I try, it just doesn’t seem to ...
Nkay
Votes: 0
Answers: 1