I have an ImageView for which I wanted to implement the onClickListener. But when I click on the image, nothing happens. Event the Logcat does not show any errors.
Well my solution was another one, or let's say, the bug was:
I simply had another imageview with the same id in another twice-encapsuled xml layout, which was found before the one that i wanted to react on the click. Solution: Give one of them another id...