on touch listener

  1. rleiman

    Android Question [SOLVED] Setting up an on touch listener with the reflection library

    Greetings, Can you check my coding? I'm trying to set up an on touch listener on one of my image views with the reflection library. I can compile the app without errors but when I run the app the logs indicate this error: java.lang.NullPointerException: Attempt to invoke virtual method 'void...
Top