Posts by Lucas Alvarenga • 1 point
2 posts
-
0
votes2
answers86
viewsA: Problem inserting data into Sqlite and updating Recyclerview
I searched a little more and made some edits in the code, where I tried to perform a check whether or not the data was saved (using boolean value). This way in the button click event, I did the…
-
0
votes2
answers86
viewsQ: Problem inserting data into Sqlite and updating Recyclerview
I’m having problems in my Sqlite bank where I created a method in my DatabaseController.java who is called recuperarUltimoDigitado() - this method retrieves the entered value and then updates the…