I have implemented a BaseAdapter and binded that BaseAdapter to my ListView. The Layout for each row of the ListView contains an ImageButton. How do i bind that ImageButton to a click listener and then use that ImageButton to call a new activity.
I have implemented a BaseAdapter and binded that BaseAdapter to my ListView. The Layout
Share
here is a sample adapter class.
Look for the buy button in this adapter.