Posts by Matheus • 1 point
2 posts
-
0
votes1
answer26
viewsQ: I can’t make a setOnItemClickListenner with a Long (Android Studio)
I have a Person class with the attribute "code" type Long. I have an error in this code block. Code1 is where I got the ID. list.setOnItemClickListener(new AdapterView.OnItemClickListener() {…
-
-1
votes1
answer29
viewsQ: How do I take a Long value in an Edittext and insert it into Firebase?(Android Studio)
I need to take a long value and insert it into Firebase and then show it in a Listview. I created a Pessoa class and with the other attributes I was able to insert and show it in a good one. Only…