Posts by Cabral • 23 points
3 posts
-
1
votes1
answer225
viewsA: Update Recyclerview does not update the item in the list
To keep it as a record to help those who are also having the same problem, mine was that I was not with the same instance when I called the update. The solution was to create a class that, in the…
-
0
votes1
answer225
viewsQ: Update Recyclerview does not update the item in the list
I have a simple recyclerView and Adapter below where I do the CRUD before saving in BD, and everything works except the update, where I update the item by Adapter but the view in the list does not…
-
0
votes1
answer51
viewsQ: Listview repeats the last record inserted in Sqlite across the list
I’m learning how to develop mobile for Android using Java and started studies to persist data. Everything was fine until I tried to fetch the Sqlite data and insert it in a listview: the whole list…