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 how to get file name
So basically I have this app where I open filechooser and I want to put file name into specific box.
But in result I get this string document:39
The file I want to use is pdf and it's called TestBook ...

Sebastian Litwiniuk
Votes: 0
Answers: 1
In kotest is there a way to have a "before" hook run once for a TestContainer it's in?
I'm trying to use Kotest to write nested tests that have hooks that only run once per nest level. This is how mocha works in JavaScript and how RSpec works in ruby. In mocha the function is called b...
Bryan
Votes: 0
Answers: 0
How to execute the same function in the onCreate method of all activities?
What is the problem?
I want to add this custom window callback in each activity already implemented in the app, currently I need to manually modify the code of the onCreate method of each activity or ...

Davi Sousa
Votes: 0
Answers: 2
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