ImageView myImage = findViewById(r.id.image) myimage.setOnClickListener() setOnClickListener is what you need
On Wed, May 12, 2010 at 2:20 AM, Narendar <[email protected]>wrote: > Hi, > I have developed a Custom ListView with following pattern > > Name |-------------------------| > Age | My Tiny Image | > Email | -----------------------| > > Now I want to know after clicking on my Tiny Image some function > should be called. How to attach listener to this Image which is part > of Custom ListView row. > > Please provide me any needful > > Regards, > Narendar > Software Engineer > INDIA > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

