I have an Android application with a ListView in it, the ListView will setup fine but now I want a image in the ListView to be clickable. I do this by using 2 classes, the Activ
Inside onClick() Do something like this:
onClick()
((ParentClass) context).functionToRun();