Posts by Alex Zanon • 39 points
3 posts
-
1
votes0
answers543
viewsQ: Listing BD data using SELECT and ORDER BY
Doubt There is a screen with an Edittext and a Button. When entering any information in Edittext and selecting the Button the system should redirect the information from Edittext to an Activity and…
-
0
votes2
answers77
viewsA: Application is returning Nullpointerexception error although the object is set
The solution I found was: Declare the Repository process of the private type in each class: private RepositorioProcesso repositorio; Always initialize it in the onCreate of each class: repositorio =…
-
1
votes2
answers77
viewsQ: Application is returning Nullpointerexception error although the object is set
Error while clicking save the new process after assigning the data in each field: java.lang.NullPointerException: Attempt to invoke virtual method 'long…