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)
Navigating from one fragment via another via onClick, android
How do you navigate from one fragment to another, where one fragment extends the other? I want to navigate from the child fragment to the parent fragment via a button. Since the child fragment inherit...
user18740250
Votes: 0
Answers: 1
Error parsing fragment to recyclerview in Kotlin
As part of one of my courses, I am using an API in Android Studio for the first time. For this I use OkHttp. However, I have the following error when I launch my application. I guess it's because the ...
JulienVrctr
Votes: 0
Answers: 1
NavHostFragment.findNavController throw: Method addObserver must be called on the main thread
I have another Fragment where this function work. But when i receive a response by the server the program crash and return this exeception. I'm new in android, so i don't really catch the meaning and ...
Matteo Pagliarello
Votes: 0
Answers: 1
App keeps crashing when i try to load image
Please i have been trying this for weeks now. I have a fragment that displays notifications. But it time i click on the notification my app crashes. it points me the line below Picasso.get().load(user...
Ali Apochi
Votes: 0
Answers: 1