python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android : Acces parent fragment function from child fragment
I have a Parent Fragment in an activity and have a Child Fragment in Parent Fragment. The NavGraphs of the two Fragments are different. I want to access the function in the Parent Fragment from the Ch...
msy
Votes: 0
Answers: 1
Start new fragment from dialogfragment
I want to show DialogFragment in my project if database size is less then 5 (I check it in QuizFragment) and move to another fragment (ListFragment) by clicking button "OK" on dialogFragment...
apomytkina
Votes: 0
Answers: 1
How to refresh fragment by clicking on button
I want to refresh my fragment by clicking on its button. How to do it?
I try to do it like this but old version of fragment appears on the top of the screen (picture is attached):
binding.checkAnswers...
apomytkina
Votes: 0
Answers: 1
Android Studio Webview in a Fragment shows nothing and empty
I wish to implement a webview in the fragment_home_screen without covering the BottomNavigationView. However, even I followed everything on an online tutorial by setting up the webview in the Fragment...

Eric
Votes: 0
Answers: 1