Posts by João Vitor • 3 points
2 posts
-
0
votes0
answers11
viewsQ: Do not use onItemClick
I would like to use the onLongItemClick method . addOnItemTouchListener, but only him. I don’t want to use onItemClick because it disturbs another way I use to click on the list item (through…
-
0
votes1
answer26
viewsQ: Void method returns items to the list, but when I try to use this list, it is empty!
listaPedidoComprador.setLayoutManager(new LinearLayoutManager(this)); listaPedidoComprador.setHasFixedSize(true); adapterPedidoComprador = new AdapterPedidoComprador(itensCarrinho2);…