Posts by Lucas Cunha • 11 points
1 post
-
1
votes1
answer126
viewsQ: Nullpointerexception when running Listview.setAdapter (Android)
i am implementing an application where I need to display a list of Dogs (already registered in BD) and allow clicking on an item in the list to display a new activy to edit the data. The problem is…