Posts by Gustavo Landim • 21 points
2 posts
-
2
votes1
answer1004
viewsA: Delete item from Listview
I got! It was missing in the marry DELETAR: ClasseDeDados dados = new ClasseDeDados (); dados.setId(getId); BD bd = new BD(opcao4.this); bd.deletar(dados); That one getId receives the id of ListView…
-
0
votes1
answer1004
viewsQ: Delete item from Listview
I have a ListView that displays the title of each subject. When I click on the item another is displayed Activity that shows the details about the title. In this Activity has a button for rule out…