Re: [android-developers] How to dynamically change row layout of list view on click event

2012-08-10 Thread Justin Anderson
To do something like that you are going to have to write a custom adapter... When the listview item is clicked you then set the clicked status on the adapter for the clicked item, call notifyDataSetChanged() and let the getView() method handle the change... Thanks, Justin Anderson MagouyaWare Dev

[android-developers] How to dynamically change row layout of list view on click event

2012-08-09 Thread Jovish P
We are using list view in our app with one simple row layout. But on click of list view we want to change the row layout of tht particular item . is it possible to do ? wht is the best approach ? Ho to add listeners to view inside the row layout? -- You received this message because you are subsc