Posts by Rodrigo Cabral • 11 points
2 posts
-
1
votes0
answers51
viewsQ: Is it possible to receive a null object from another fragment on Android?
The problem is this: I have two fragments, the first has a list, which if clicked, sends an object to be edited in fragment B. In fragment A there is also an inclusion button that when clicked opens…
-
0
votes1
answer105
viewsQ: Error while extracting fragmented Edittext data using a Helper class
I am trying to get the data of an Edittext that is in a fragment with the help of a Helper class, to later save in the database, but the following error is shown in the Androidstudio Bugger:…