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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -