android - how to identify what view was clicked(button,textview,imageview) in a listview raw with simpleadapter -


im using listview simpleadapter in each listview row there layout contains 3 buttons ane 1 textview how can inner listview row widjet clicked in onitemclicked method, dont want use own costume adapter possible?

no. onitemclicked whole view. if need individual separation must create own custom adapter , set onclicklistener each of button inside view.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -