[android-developers] listview row button click

2012-10-05 Thread vani reddy
HI, I have a listview which has a button in each row of listview,What I am doing is on click of 2 nd row button I am disabling it, after scrolling the listview whe i come back to 2nd row of listview , even buttons in the 3rd and 4th row are also disabled, though i did not disable them. How

Re: [android-developers] listview row button click

2012-10-05 Thread rambabu mareedu
Here the problem is you inflating only one xml file in each view , so if your disabling button in one view it will effect in all views. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] listview row button click

2012-10-05 Thread Justin Anderson
Here the problem is you inflating only one xml file in each view , so if your disabling button in one view it will effect in all views. This is not the reason for the problem... I have a listview which has a button in each row of listview,What I am doing is on click of 2 nd row button I am