Posts by Fabiano Conrado • 26 points
1 post
-
1
votes1
answer37
viewsA: How to show details of a recycling item by id?
In the new Activity in the case of Detail.class Adds The Command: Intent intent = getIntent(); int id_detalhe = intent.getStringExtra("id_detalhe"); Then just use the id_detail in the query.…