Results 1 issues of Mob Dev

I tried to detect onClick event on imageView, but it is not working. How can I fix this issue? Here is my code. ImageMatrixTouchHandler imageMatrixTouchHandler = new ImageMatrixTouchHandler(imageView.getContext()); imageView.setOnTouchListener(imageMatrixTouchHandler); imageView.setOnClickListener(new...