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)
Passing events from DialogFragment back to RecyclerView Adapter
My fragment has a Recycler View. Therefore I have a RecyclerView Adapter too. From this Adapter, I am opening an AlertDialog. When I click OK, I need to pass the onclick event from my DialogFragment b...
Pezcraft
Votes: 0
Answers: 1
listview item text is not set in match_parent in dialogframent kotlin
Listview show in DialogFragment. Data is perfectly fill in listview. listview item text is not set match_parent. I have get TextView width match_parent but it's show Textview width is wrap_content.
...
Pinkesh
Votes: 0
Answers: 1
Custom Listview setonItemClickListner is not working in DialogFragment using Viewbinding in kotlin
Click on TextView open DialogFragment. Custom Listview set in DialogFragment. Listview item set in textview. Data set in Listview but when click listview item is not any response but when we click on ...
Pinkesh
Votes: 0
Answers: 1
How to dispatch touch event from DialogFragment to Activity?
I have a DialogFragment, that shows on top of the MainActivity. When the user touches the dialog fragment I want to detect that motion event in the MainActivity below. Right now I am using this:
dialo...
user13756297
Votes: 0
Answers: 0