• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    How to get the position of the imageButton clicked, contained in the gridview control?

    Hi! I have a gridview control in which i have populated imagebuttons. For the click event of the imagebutton , I have implemented its onItemClick in the binding class of the gridview rather than using the setOnItemClick of the gridview since it was not firing in case of the imagebutton...