>
> 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 <deep...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to