Android image click in horizontal page view
- by JaseemAmeer
I've implemented horizontal page view with many images. And I'm trying to create a click event on the image.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.pbase);
ImageView binfo,bheacno;
tvHeacno=(TextView) findViewById(R.id.tvheacno);
heacno=getHeacno();
…