Hi i have created a basic listview and added a textview and imageview in it.
To make an ImageView clickable you can set the property android:clickable="true" in your ImageView .xml
ImageView
android:clickable="true"