I\'m trying to set image by using Picasso library on my project.
When I click image of the View,I\'m getting an error on Picasso execution.
Logcat of the ap
Check the ID of your imageview object is correct -
imageView=itemView.findViewById(R.id.imageview1);