Justin Anderson , how to set clicked status on the adapter for the clicked item ? Can you explain a little bit more if you don't mind. It will be a great help for us.
Thanks , Jovish On Sun, Aug 12, 2012 at 8:41 PM, Justin Anderson <[email protected]>wrote: > we are using a custom adapter only. in the adapter in getview method we >> are setting a tag for the first time. "isSelected" as false >> and on click we change the tag value as true and invalidating the >> listview with invalidateviews. so we are making ui changes in the row >> layout based on this tag value. But the problem we are facing now isif i >> click on first item the change happens on some other row layout. some >> problem while reusing the layout we guess. any one have any idea regarding >> this. >> > > Don't do it this way... Do it the way I described in my first reply to > your question. > > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Sun, Aug 12, 2012 at 8:03 AM, Jovish P <[email protected]> wrote: > >> we are using a custom adapter only. in the adapter in getview method we >> are setting a tag for the first time. "isSelected" as false >> and on click we change the tag value as true and invalidating the >> listview with invalidateviews. so we are making ui changes in the row >> layout based on this tag value. But the problem we are facing now isif i >> click on first item the change happens on some other row layout. some >> problem while reusing the layout we guess. any one have any idea regarding >> this. >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

