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)
Pass data from activity to recyclerview in fragment kotlin
As part of one of my courses I need to display a recyclerview listing the car models according to the selected brand. I manage to retrieve the id of the brand in my activity. However, when I want to s...
JulienVrctr
Votes: 0
Answers: 1
How to open an activity from a fragment using imagebutton?
I have a Navigation drawer that has four different fragments. On the Home Fragment Dashboard, I have eight different image buttons that I want to open a new activity I.E. when you click the Image Butt...
DCam
Votes: 0
Answers: 1
Why can't i send my ArrayList to another fragment?
There are 2 fragments: A and B. From fragment A i want to send ArrayList (data) to fragment B.
action() - a method in which data transfer and transition to fragment B should occur (using navigate()). ...
vlados_spasi
Votes: 0
Answers: 1
How do I re-enable Bottom Navigation after using findNavController().navigate()?
Im working on an app with 4 Bottom Navigation fragments and want to have a dialog where one of the buttons within it directly navigates the user from the current fragment, which is listed on the botto...
Celine L.
Votes: 0
Answers: 0