Posts by lazaro campos • 11 points
1 post
-
1
votes1
answer117
viewsQ: How to pass an imageview that is in an Array List to another imageview in another Activity
Activity 1: public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) { //Pega o item que foi selecionado. ItemPromo item = adapterListView.getItem(arg2); //Demostração…
androidasked lazaro campos 11