Posts by felipe • 11 points
1 post
-
1
votes1
answer90
viewsQ: Nullpointer Exception error when bringing Fragment data
I have a Nullpointerexception error when trying to return data from a Fragment. NPE error is right on this line: String comentarioFoto = fragment_obj.campoComentarioFoto.getText().toString(); Check…