> > If you have to change view which is already displayed and you have > data in your adapter which you have to display then, On List item > click you will get the view of clicked > position adapter view and you can change what ever you want in that > adapter view. >
Just because you CAN do something doesn't mean you SHOULD. The proper way to implement this is by changing the data in the adapter and calling notifyDataSetChanged() on the adapter. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 26, 2012 at 1:22 AM, Deep <[email protected]> wrote: > If you have to change view which is already displayed and you have > data in your adapter which you have to display then, On List item > click you will get the view of clicked > position adapter view and you can change what ever you want in that > adapter view. > -- 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

