Hi i have created a basic listview and added a textview and imageview in it.
Rishi,
Try something like the following:
ImageView myImg= (ImageView) findViewById(R.id.icon); myImg.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { //Launch Intent or whatever you want here } });