Posts by Caio Guilherme • 1 point
2 posts
-
0
votes1
answer213
viewsA: Java Attempt to invoke virtual method error 'android.view.Window$Callback android.view.Window.getCallback()' on a null Object Reference
I managed to solve. I took Fragment’s Button and moved straight to Activity by placing all View calls and references directly on Activity.
-
-3
votes1
answer213
viewsQ: Java Attempt to invoke virtual method error 'android.view.Window$Callback android.view.Window.getCallback()' on a null Object Reference
Folks need a help with an error in a method of my code. Basically I have a Framelayout that loads two Fragments. When starting the APP it loads the first Fragment with 3 Textedits and a button. When…